Consider the following array in a LinearProbeHashTable:
Which is created using this hash function:
Calculate the hash value for each of the values inserted in the table.
What can you say about the order in which the keys were added to the table?
Give the probe chain for all keys that required linear probing.
Ord values: a: 97, w: 119, o: 111, k: 107, h: 104, e: 101, n: 110, r: 114, i: 105