First Course in Algorithms Through Puzzles, 3.2 Hashing
hash function h(x) computes the index of x.
h(x)
x
x is called a key.
h(x) is called the hash value for the key x.
Hashable
Last updated 2 years ago