InterviewSolution
Saved Bookmarks
| 1. |
In quadratic probing, if the table size is prime, a new element cannot be inserted if the table is half full.(a) True(b) FalseThe above asked question is from Hash Tables in portion Hash Tables of Data Structures & Algorithms IThis question was posed to me in examination. |
|
Answer» The correct ANSWER is (b) False |
|