Vidyalelo
Data Structure · Q117

Trees in Data Structures

Programming · Data Structure · question 117

Q117

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)
Answer
D.
O (1)

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board