InterviewSolution
Saved Bookmarks
| 1. |
Which of the following problems occur due to linear probing?(a) Primary collision(b) Secondary collision(c) Separate chaining(d) Extendible hashingMy doubt stems from Hash Tables in portion Hash Tables of Data Structures & Algorithms II had been asked this question in unit test. |
|
Answer» The CORRECT ANSWER is (a) Primary collision |
|