without
Create a heap with a specific element removed. This is particularly efficient (O(log(N))) when the element is the minimal element, although withoutFirst is the preferred form.
Create a heap with a specific element removed. This is particularly efficient (O(log(N))) when the element is the minimal element, although withoutFirst is the preferred form.