import { BinaryHeap } from "https://deno.land/std@0.208.0/data_structures/mod.ts";
Returns the greatest value in the binary heap, or undefined if it is empty.
import { BinaryHeap } from "https://deno.land/std@0.208.0/data_structures/mod.ts";
Returns the greatest value in the binary heap, or undefined if it is empty.