InterviewSolution
Saved Bookmarks
| 1. |
What is the time complexity of delete function in the hash table using list head?(a) O(1)(b) O(n)(c) O(log n)(d) O(n log n)My question comes from Hash Tables topic in section Hash Tables of Data Structures & Algorithms IThis question was posed to me in final exam. |
|
Answer» Correct CHOICE is (a) O(1) |
|