Question

What is the time complexity of searching an element in a balanced binary search tree (BS

  • T with nnn nodes?
A O(n)
B O(log⁡n)
C O(n2)
D O(1)
E O(nlog⁡n)
Practice Next

Hey! Ask a query