InterviewSolution
Saved Bookmarks
| 1. |
___________is not a theoretical problem but actually occurs in real implementations of probing.(a) Hashing(b) Clustering(c) Rehashing(d) CollisionThis question is from Hash Tables topic in section Hash Tables of Data Structures & Algorithms II had been asked this question in an online interview. |
|
Answer» CORRECT CHOICE is (b) Clustering Easiest EXPLANATION - Clustering is not a theoretical PROBLEM but it occurs in implementations of hashing. Rehashing is a kind of hashing. |
|