Given the following sorted integers: 1 2 3. How would you construct a balanced search tree?
a problem when the tree is expanding the number of itemset is always concentrated in the first branch (red arrow)
The first branch is always more the number of items than others, the branch in the back as they expand the number of samples less

How to balance the branches to each other
I would really appreciate if somebody could explain for me.
Edited 2 time(s). Last edit at 12/17/2014 09:34PM by lycaphe8x.