InterviewSolution
Saved Bookmarks
| 1. |
What is the time complexity for storing the maximum number of elements in Van Emde Boas tree if M is the maximum number of elements?(a) O (log M)(b) O (M!)(c) O (M)(d) O (1)This interesting question is from Trees topic in division Trees of Data Structures & Algorithms IThe question was posed to me during an internship interview. |
|
Answer» Correct option is (c) O (M) |
|