* Ordered list of elements where elements of a lower number or letter are stored to the left of the node and elements of a higher number or letter are stored to the right of the node
* Have a root at the top - search start point
* Recursion used to print them
* Can traverse in pre-order, post-order, and in-order