SICP Exercise 2.66 lookup

Exercise 2.66.  Implement the lookup procedure for the case where the set of records is structured as a binary tree, ordered by the numerical values of the keys.

SOLUTION

The code and tests are here.

Comments

Popular posts from this blog

SICP Exercise 2.18 reverse

SICP Exercise 1.45 multi average damp

SICP Exercise 2.96 pseudoremainder