Please enable JavaScript.
Coggle requires JavaScript to display documents.
Sets and Dictionaries - Coggle Diagram
Sets and Dictionaries
Sets
unordered collection
universal set
bit vector
multiset
dictionary
hashing
keys among one-dimensional array
hash table
hash function
hash address
Open hashing
Closed Hashing
linear probing
rehashing
Asymptotic time efficiency
Ordering preservation
not existence of key ordering
variations
extendible hashing.
abstract data type