remove

This method removes the first occurrence of the specified element from the heap.

Visibility
Public
Signature
Node* remove(Node* clone);
Parameters
clone

The element to delete

Returns

If successful, the method returns the deleted element. Otherwise, it returns NULL.


Feedback