InterviewSolution
Saved Bookmarks
| 1. |
What is the time complexity for deleting a key or integer in Van Emde Boas data structure?(a) O (log M!)(b) O (log (log M))(c) O (M!)(d) O (M^2)My question is taken from Trees in division Trees of Data Structures & Algorithms II had been asked this question in homework. |
|
Answer» The correct option is (b) O (log (log M)) |
|