RedBlackTree.find
Finds an entry by key.
Arguments
The
key
to lookup.
Return values
value
found by the key, empty if the key is not found.exists
is a condition, TRUE if an entry with the given key exists, FALSE otherwise.
Complexity
O(log(size))
Example
Output:
nineteen