Diving into the world of hash tables
zeroequalsfalse.press
Diving into the world of hash tables
1–10 of 107 posts
Re: Diving into the world of hash tables
#2Re: Diving into the world of hash tables
#3Uh......
Re: Diving into the world of hash tables
#4@_@
Re: Diving into the world of hash tables
#5Maybe they don't give it enough time in school for people to realize it is the king of practical software development.
Re: Diving into the world of hash tables
#6Hashtables aka Maps aka Dictionaries aka Associative arrays are just fine.
Re: Diving into the world of hash tables
#7I think when the author says "underrated", what they mean is "I didn't realize how important this is". Hash tables are used everywhere, by everyone, for a lot of things. Maybe they don't give it enough time in school for people to realize it is the king of practical software development.
Re: Diving into the world of hash tables
#8I can see if this was published in late 90's but today, I don't know.
And just use the built-in ones don't invent your own unless there is a very good reason for it.
Re: Diving into the world of hash tables
#9Re: Diving into the world of hash tables
#10It's actually sets that are underrated. All languages should come with a reference implementation. Hashtables aka Maps aka Dictionaries aka Associative arrays are just fine.