Does any one know of any good websites that explain hash tables in great detail?
Thanks
You can start off by reading about Hashes in general, moving on to reading the Java source for the implementation of HashMap / HashTable and finally attempting to write your own HashMap implementation. This sample data structures in Java chapter might help.
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.