Vidyalelo
Data Structure · Q106

Trees in Data Structures

Programming · Data Structure · question 106

Q106

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))
Answer
C.
O (M!)
D.
O (M2)

Answer: Option B

Solution

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