This method looks for the
specified element in the heap.
Signatureint find(Node* clone) const;
Parametersclone
The element to look for
ReturnsThe
method returns one of the following values:
- 0 -
The element was not found.
- 1 -
The element was
found.