Given shell with three operations (iterative insertion,
recursive search, printing) for using a binary search tree,
fill in stubs for printing of leaves, counting nodes,
iterative search
Use of stubs allows focus on algorithms rather than
dull menu-driven framework