This method searches a BST.
BST
e = aBST$find(target)
find returns the found element, or NULL if the target element is absent.
find
NULL
John Hughes