Introduction - If you have any usage issues, please Google them yourself
Also known as binary search tree. It is either an empty tree or the nature of the binary tree with the following: (1) If the left subtree is not empty, then the left sub-tree of all nodes were less than the value of its root node ( 2) If the right subtree is not empty, then the right sub-tree nodes of all values are greater than the value of its root node (3) left and right subtree, respectively for the binary sort tr