previous | start | next

Is an AVL Tree Balanced?

For a perfectly balanced binary search tree with N keys we saw

 h = O(log(N))      
   

But what about the height of an AVL tree with N keys?



previous | start | next