sicp-all-tasks/sicp/2_002e66

4 lines
162 B

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.