InterviewSolution
Saved Bookmarks
| 1. |
Which of the following is not a collision resolution technique?(a) Separate chaining(b) Linear probing(c) Quadratic probing(d) HashingThe query is from Hash Tables in chapter Hash Tables of Data Structures & Algorithms IThis question was addressed to me in final exam. |
|
Answer» The correct choice is (d) HASHING |
|