InterviewSolution
Saved Bookmarks
| 1. |
What is the time complexity for finding a maximum and minimum integer in Van Emde Boas data structure?(a) O (log M!)(b) O (M!)(c) O (1)(d) O (log (log M))My doubt stems from Trees in section Trees of Data Structures & Algorithms II had been asked this question in an interview for job. |
|
Answer» The correct option is (c) O (1) |
|