Implement the pair of search functions for searching the BST: - _search - recursive (private function) - search - wrapper for _search (public function)
Implement the pair of search functions for searching the BST: - _search - recursive (private function) - search - wrapper for _search (public function)