InterviewSolution
Saved Bookmarks
| 1. |
What is the time required for single variant hashing to maintain the minimum hash queue?(a) O (log n!)(b) O (n!)(c) O (n^2)(d) O (n)The question is from Hash Tables topic in chapter Hash Tables of Data Structures & Algorithms II have been asked this question during an online exam. |
|
Answer» Right choice is (d) O (n) |
|