Which of the following scenarios leads to linear running time for a random search hit in a linear-probing hash table?
(a) All keys hash to same index
(b) All keys hash to different indices
(c) All keys hash to an even-numbered index
(d) All keys hash to different even-numbered indices
The question was posed to me in an internship interview.
I'd like to ask this question from Hashing techniques topic in division Indexing and Hashing of Database Management