Java Hash Tables 3

Java Hash Tables 3Welcome to the 3rd part of my Java Hash Tables Tutorial. If you missed the previous parts you should watch them Java Hash Table & Java Hash Tables 2.

I will review linked lists because I’ve received many requests on them. I’ll also show you how to hash strings, so that we can make a tool that can be used as a dictionary, spell checker, or something like Google Instant. I also show how to use lists in hash tables to demonstrate something called Separate Chaining.

If you like videos like this, it helps to tell Google+ with a click here [googleplusone]

Code From the Video

Java Hash Tables : HashFunction3.java

One thought on “Java Hash Tables 3”

Leave a Reply

Your email address will not be published. Required fields are marked *