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))
Answer: Option C
Related Questions on Trees in Data Structures
A. Inorder
B. Preorder
C. Postorder
D. Level-order

Join The Discussion