Search Trees
From charlesreid1
A search tree is a type of data structure that uses a tree to store sorted data.
This is a basic idea with many variations. On this wiki some of those variations are described and implemented, others are just described.