BST search right

if val > a, then tree (node (a, left, right)) contains val = tree right contains val

Comments

Please log in to add comments