Try this exercise. Is this statement true or false?
It is possible to convert a BST to balanced BST without using recursion, and it will have better time complexity than the recursive approach.
Press true if you believe the statement is correct, or false otherwise.