RedBlackTree.single
Checks if there is exactly one entry in the tree.
Arguments
None
Return values
condition
is TRUE if there is a single entry, FALSE otherwise.
Complexity
Constant
Example
Output:
TRUE
FALSE
Checks if there is exactly one entry in the tree.
None
Constant