Heap implementation ported from Golang to JavaScript packaged for npm
Efficient Binary heap (priority queue, binary tree) data structure for JavaScript / TypeScript. Includes JavaScript methods, Python's heapq module methods, and Java's PriorityQueue methods.
binary heap (priority queue) algorithms (ported from Python's heapq module)
Heap implementation for a JIT runtime
heap in js
binary heap (priority queue) algorithms (ported from Python's heapq module)
Implementation of the bucket queue data structure in TypeScript
Binary heap for node.js
heap data structure in js