Tree Sort (EASY EXPLANATION)
Tree Sort is basically inserting elements in a BST(Binary Search Tree) and then displaying elements in INORDER traversal.
Tree Sort is basically inserting elements in a BST(Binary Search Tree) and then displaying elements in INORDER traversal.