import { BinaryHeap } from "https://deno.land/std@0.222.1/data_structures/mod.ts";
Removes the greatest value from the binary heap and returns it, or null if it is empty.
import { BinaryHeap } from "https://deno.land/std@0.222.1/data_structures/mod.ts";
Removes the greatest value from the binary heap and returns it, or null if it is empty.