Finds the successor of a given element in the splay tree
The successor is the smallest element greater than the given value. This function uses a more comprehensive approach to find successors.
the value to find the successor of
the tree to search in
object containing the successor value and the splayed tree
Finds the successor of a given element in the splay tree
The successor is the smallest element greater than the given value. This function uses a more comprehensive approach to find successors.