InterviewSolution
Saved Bookmarks
| 1. |
Which of the following schemes does quadratic probing come under?(a) rehashing(b) extended hashing(c) separate chaining(d) open addressingThis key question is from Hash Tables in chapter Hash Tables of Data Structures & Algorithms II have been asked this question in an internship interview. |
|
Answer» Correct option is (d) open addressing |
|