Binary search tree - mmedrano9438/peripheral-brain GitHub Wiki

ordered or sorted binary tree, is a rooted binary tree data structure with the key of each internal node being greater than all the keys in the respective node's left subtree and less than the ones in its right subtree