A type of binary tree where the left child always contains a value less than the parent and the right child always contains a value greater than the parent.
A type of binary tree where the left child always contains a value less than the parent and the right child always contains a value greater than the parent.