Saturday, April 12, 2014

All about Hashing

Hash Table (or Map) is such an important data structure that we use in our daily programming. It is very important that we understand what goes on behind the scenes in a Hash Table (or a Map)

This is a video from IIT that I stumbled upon. These are both great videos:

Dictionaries:


Hashing:




Learn and have fun.