import { BinaryHeap } from "https://deno.land/std@0.218.0/data_structures/mod.ts";
Returns an iterator for retrieving and removing values from the binary heap.
import { BinaryHeap } from "https://deno.land/std@0.218.0/data_structures/mod.ts";
Returns an iterator for retrieving and removing values from the binary heap.