Java Hash Tables 3

Welcome to the 3rd part of Java Hash Tables Tutorial. If you missed the previous parts you should watch them first. 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.
Back to Top