Try this exercise. Fill in the missing part by typing it in.
In AVL Trees, the balance factor of every node is either -1, 0, or __. This property ensures that the height of the tree is maintained at O(log n).
Write the missing line below.
In AVL Trees, the balance factor of every node is either -1, 0, or __. This property ensures that the height of the tree is maintained at O(log n).
Write the missing line below.