Home > @rushstack/node-core-library > MinimumHeap > push
MinimumHeap.push() method
Pushes an item into the heap.
Signature:
push(item: T): void;
Parameters
Parameter | Type | Description |
|---|---|---|
item | T | the item to push |
Returns:
void
Home > @rushstack/node-core-library > MinimumHeap > push
Pushes an item into the heap.
Signature:
push(item: T): void;
Parameter | Type | Description |
|---|---|---|
item | T | the item to push |
Returns:
void