ts-utils
    Preparing search index...

    Class BinaryHeap<TData>

    A data-structure class to represent a binary heap.

    Type Parameters

    • TData extends { id: string | number }

      The heap's nodes type.

    Index

    Constructors

    Methods