--------------------
| 12 | 16 |
--------------------
/ | \
/ | \
------------- ------------ --------
| 7 | 9 | | 13 | 15 | | 20 |
------------- ------------ --------
Try the
insertions using splitting on the way down, and then try again propagating
splits upwards.
-------------------------------------
| 10 | 40 | 80 |
-------------------------------------
/ | \ \
/ | \ \
------------------- ---------------- ---------------- ---------------------
| 2 | 3 | 4 | 6 | | 20 | 25 | 30 | | 50 | 60 | 70 | | 82 | 84 | 86 | 88 |
------------------- ---------------- ---------------- ---------------------