summaryrefslogtreecommitdiff
path: root/src/02/04/README.md
blob: 235f0a61acc849c585ff5f4b5fd4bff5e8074918 (plain)
1
2
3
4
5
Implement a commonly used hash table in a program that handles collision using linear probing.

Using (K mod 13) as the hash function, store the following elements in the table:

{1, 5, 21, 26, 39, 14, 15, 16, 17, 18, 19, 20, 111, 145, 146}.