- wt-tree/delete-min tree keyprocedure
tree must not be empty.
Returns a new tree containing all the associations of tree except the one with the least key in the sorted sequence of keys. (O(log n))
tree must not be empty.
Returns a new tree containing all the associations of tree except the one with the least key in the sorted sequence of keys. (O(log n))