InterviewSolution
Saved Bookmarks
| 1. |
Which of the following is not a collision resolution strategy for open addressing?(a) Linear probing(b) Quadratic probing(c) Double hashing(d) RehashingI need to ask this question from Hash Tables in division Hash Tables of Data Structures & Algorithms II got this question at a job interview. |
|
Answer» The correct option is (d) Rehashing |
|