Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/easyts/container/mod.ts>Heap#fix

js library written with ts, use select and chan like golang in js.
Latest
method Heap.prototype.fix
import { Heap } from "https://deno.land/x/easyts@0.1.3/container/mod.ts";

Fix re-establishes the heap ordering after the element at index i has changed its value.

Parameters

i: number