Skip to content

Latest commit

 

History

History
1 lines (1 loc) · 125 Bytes

README.md

File metadata and controls

1 lines (1 loc) · 125 Bytes

Write function (member? x T) that returns true (#t) if x is a key in binary search tree T, and otherwise returns false (#f).