suppose you just wrote the search method for your binarysearchtree implementation. the specification is below
search (e)
input: an element e
description: determines if e is in the tree
return: true if e is in the tree; false if not
to test your new methode, you build the tree below