Introduction - If you have any usage issues, please Google them yourself
Balanced binary tree data structure is a very important concept. Bintree its optimization and improve the query efficiency play an important role, it is dynamic to find a very important method, which in the actual production has a broad application. Through the curriculum design of teaching the required objectives are: to fully understand and grasp the tree, balanced binary tree of related concepts and knowledge. Balanced binary tree master generation, node delete, insert, such as operations and programming from the keyboard to enter a series of data (integer), the establishment of a balanced binary tree, arbitrary insert or remove a node after requirements constitute a balanced binary tree, and in the output tree traversal balanced binary tree.