find

This method looks for the specified element in the heap.

Visibility
Public
Signature
int find(Node* clone) const;
Parameters
clone

The element to look for

Returns

The method returns one of the following values:


Feedback