Binary Search Tree
In a Binary Search Tree(BST), when a list of numbers are given, the left side of the root node should have the data should have a number lesser than the root element and the right side should always have the number greater than the...