/binary-heap

Primary LanguageTypeScriptGNU Lesser General Public License v3.0LGPL-3.0

Binary Heap

Npm package version

A priority queue implemented as binary heap.

Comparison

Why not @jviide/sorted-queue?

Beacause it cannot predicate if the element referenced by a specified pointer has already been removed.