Class BinaryHeap<TData>

A data-structure class to represent a binary heap.

Type Parameters

  • TData extends { id: string | number }

    The heap's nodes type.

Constructors

Methods