There is a balanced binary tree, now add 2 new nodes into how to ensure balance?

there is a balanced binary tree. How to ensure balance by adding 2 new nodes?

for example, the weights are as follows: 100, 92, 86, 56, 6, 10, 90 , how to build a balanced binary tree?

Menu