master
..
rw-r--r--
697 B
rw-r--r--
242 B
rw-r--r--
2.7 KB
rw-r--r--
221 B
rw-r--r--
937 B
rw-r--r--
2.2 KB
rw-r--r--
1.8 KB
rw-r--r--
262 B
rw-r--r--
2.4 KB
rw-r--r--
740 B
rw-r--r--
487 B
rw-r--r--
134 B
rw-r--r--
503 B

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}.