How to balance this tree structure 13 /\\ 818 /\\ 开发者_开发知识库1419 \\ 15 You didn\'t specified what kind of balanced tree you want. For example you can use AVL tree
As a programmer when should I consider using a RB tree, B- tree or an AVL tree? What are the key points that needs to be considered before deciding on the choice?开发者_如何学C