Go to Latest
method BinaryHeap.prototype.push
import { BinaryHeap } from "https://dotland.deno.dev/std@0.146.0/collections/binary_heap.ts";

Adds values to the binary heap.

Parameters

...values: T[]

Returns

number