Page 1 of 1

What is the time complexity for searching 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 (M!)
c) O (M2)
d) O (log (log M))