add
This method adds the specified element to the heap.
Visibility
Public
Signature
void add(Node* e);
Parameters
e
The element to add to the heap
Feedback