Convert binary tree into BST

1 min read

https://practice.geeksforgeeks.org/problems/binary-tree-to-bst/1

Construct BST from preorder traversal
Convert a normal BST into a balanced BST