previous | index | next

Creating Balanced Trees from Sorted Lists

Find the middle of the list:
         (1 2 3 4 5 6 7 8 9 10)
Use BST constructors to build a BST with:

This is Exercise 8.12, p. 224. Helpful procedures:


previous | index | next