Closed Hashing - Linear Probing, Quadratic Probing & Double Hashing - Collision Control
Offered By: Simple Snippets via YouTube
Course Description
Overview
Explore closed hashing techniques for collision control in this comprehensive video tutorial. Dive deep into three types of open addressing: linear probing, quadratic probing, and double hashing. Learn how these methods store elements directly in the hash table and use probing to handle collisions. Understand the rehashing function for linear probing, the quadratic function approach for quadratic probing, and the dual hash function strategy for double hashing. Follow along with detailed examples and explanations to master these essential concepts in data structure implementation.
Syllabus
Intro & recap
Closed Hashing Introduction
Linear Probing with Example
Quadratic Probing with Example
Double Hashing with Example
Conclusion
Taught by
Simple Snippets
Related Courses
Algorithms, Part IPrinceton University via Coursera Data Structures
University of California, San Diego via Coursera Data Structures and Algorithm Design Part II | 数据结构与算法设计(下)
Tsinghua University via edX Graph Search, Shortest Paths, and Data Structures
Stanford University via Coursera Data Structures Fundamentals
University of California, San Diego via edX