Hash Tables and Hash Functions
YouTube Viewers YouTube Viewers
204K subscribers
1,557,266 views
0

 Published On Mar 5, 2017

This computer science video describes the fundamental principles of the hash table data structure which allows for very fast insertion and retrieval of data. It covers commonly used hash algorithms for numeric and alphanumeric keys and summarises the objectives of a good hash function. Collision resolution is described, including open addressing techniques such as linear and quadratic probing, and closed addressing techniques such as chaining with a linked list.

show more

Share/Embed