BinarySearchTree
+insert()
+search()
+remove()
+traverse()
AVLTree
+balance()
+rotateLeft()
+rotateRight()
HashTable
+rehash()
RedBlackTree