top | item 10687252

(no title)

izzle49 | 10 years ago

tldr you can have list or hashes to represent your data model, trivial observation

discuss

order

xenomachina|10 years ago

Yeah, but now that trivial observation has a name that he coined.

And incidentally, what a terrible name. A "hash" (really hash table) is a specific implementation of a map/dictionary. You shouldn't use "hash" to refer to a map based on search trees.

stplsd|10 years ago

It is interesting that hash is sometimes (incorrectly) used as a synonym or generic name for map/dictionaty/associative array, but Red-Black-Tree, AVL tree, etc. is not.