successor.BST {Containers} | R Documentation |
This method returns the in-order successor of the target element.
after = aBST$successor(target)
successor
returns the in-order successor of the target element of the BST
, or NULL
if the target has no successor.
John Hughes