Pat Morin
Carleton University
9.2 Hash Tables for Integer Keys
Hashing by Division•Hashing by Multiplication• Universal Hashing•Static Perfect Hashing• Dynamic Perfect Hashing
Hashing with Chaining• Hashing with Open Addressing•Linear Probing•Quadratic Probing•Double Hashing•Brent’s Method• Multiple-Choice Hashing•Asymmetric Hashing•LCFS Hashing•Robin-Hood Hashing•Cuckoo Hashing
A set abstract data type (set ADT) is an abstract data type that maintains a set S under the following three operations:
1.INSERT(x): Add the key x to the set.
2.DELETE(x): Remove the key x from the set.
3.SEARCH(x): Determine if ...
Get Handbook of Data Structures and Applications, 2nd Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.