Consider a hashing function that resolves collision by quadratic probing. Assume that the address space is indexed from 1 to 8. If a collision occurs at position 4 - the location which will never be probed is:

🎲 Try a Random Question  |  Total Questions in Quiz: 99  |  🧠 Study this quiz with Flashcards
This question is part of a full practice quiz:
Data Structures Fundamentals Test — practice the complete quiz, review flashcards, or try a random question.


Consider a hashing function that resolves collision by quadratic probing. Assume that the address space is indexed from 1 to 8. If a collision occurs at position 4 - the location which will never be probed is: