RemoveMin
Removes an element with the minimum value from a red–black tree.
bool RemoveMin();
Return Value
Returns true on successful, or false otherwise.