Introduction - If you have any usage issues, please Google them yourself
Simple binary search tree, but there is a problem: it is not a balanced tree. This chapter will introduce a balanced AVL search tree, to discuss its information structure, function, and design program to use it.