Finds the predecessor of a given element in the splay tree
The predecessor is the largest element smaller than the given value. This function uses a more comprehensive approach to find predecessors.
the value to find the predecessor of
the tree to search in
object containing the predecessor value and the splayed tree
Finds the predecessor of a given element in the splay tree
The predecessor is the largest element smaller than the given value. This function uses a more comprehensive approach to find predecessors.