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))
AnswerC.
O (M!)
D.
O (M2)
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board