Let us consider a list of numbers (34, 16, 2, 93, 80, 77, 51) and has table size is 10. What is the order of elements(from index 0 to size-1) in the hash table?
1
null, null, 77, 16, null, 34, 93, 2, 51, 80
2
77, 16, 34, 93, 2, 51, 80
3
80, 51, 2, 93, 34, null, 16, 77, null, null
4
80, 51, 2, 93, 34, 16, 77