This method uses the tree-to-vine and vine-to-tree algorithms to balance a binary search tree.
aBST$balance()
John Hughes