// deletes theElement from binary search tree in case it is present public void delete(int theElement){ }