Skip to main content
Module

x/structurae/binary-heap.ts>BinaryHeap.from

Data structures for high-performance JavaScript applications.
Latest
method BinaryHeap.from
import { BinaryHeap } from "https://deno.land/x/structurae@4.0.1/binary-heap.ts";

Creates a new BinaryHeap from a given array-like object.

Parameters

iterable: Iterable<T> | ArrayLike<T>