This method removes the first occurrence of the specified element from the heap.
Public
Node* remove(Node* clone);
clone
The element to delete
If successful, the method returns the deleted element. Otherwise, it returns NULL.