Page 1 of 1

What is the time complexity for deleting a key or integer in Van Emde Boas data structure?

Posted: Wed Jul 13, 2022 7:42 pm
by answerhappygod
a) O (log M!)
b) O (log (log M))
c) O (M!)
d) O (M2)