Binary Search Trees
Binary Search Trees are a useful data structure to store various types of data
Useful Binary Search Tree Operations
- Search
- Insert
- Size
- To String Representation (level order, in order, are both ordering methods that can be used here)
BST Operation Visualizations
More information at this link