Consider the following values:
24, 71, 12, 11, 41, 17, 35
store the values in hash table as an array of eight positions
using the division method for hashing and the linear probing method
for resolving collisions.
List all elements in hashtable corresponding to the indices
below
[0]________
[1]________
[2]________
[3]_______
[4]_________
[5]_________
[6]_________
[7]__________