@zimtsui/binary-heap
v0.0.5
Published
[![Npm package version](https://badgen.net/npm/v/@zimtsui/binary-heap)](https://www.npmjs.com/package/@zimtsui/binary-heap)
Downloads
3
Readme
Binary Heap
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.