Open In App

GATE | GATE CS 2010 | Question 53

Consider the data given in above question. How many different insertion sequences of the key values using the same hash function and linear probing will result in the hash table shown above?
(A) 10
(B) 20
(C) 30
(D) 40

Answer: (C)
Explanation: See question 3 of https://www.geeksforgeeks.org/data-structures-and-algorithms-set-24/amp/
Quiz of this Question

Article Tags :