Lab5 CSC241 M.Mohammadi Summer 1995 Objectives: Learn ablout Binary search trees Write the following functions: a) write a function that finds the smallest value in the tree b) write a function that will print all values in the tree larger than a specified value. c) write a function that will output all leaf nodes