tinyqueue
The smallest and simplest JavaScript priority queue
The smallest and simplest JavaScript priority queue
The smallest and simplest JavaScript priority queue
Fast heap-based priority queue in JavaScript
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.
Blazing fast priority queue
Data structure and graph processing library written in modern JavaScript
An implementation of the binary heap data structure
A stable heap-based priority queue in JavaScript
binary heap implemented over a resizable array with multiple ways of handling predicates
A flexible [binary-heap](https://en.wikipedia.org/wiki/Binary_heap). This data-structure is optimized for the retrieval of either the maximum or the minimum
a javascript binary heap implementation
Binary Heap implementation in JavaScript
An efficient es6 implementation of priority queue using binary heap data structure
Fast heap-based priority queue in TypeScript
Updatable heap-based priority queue in JavaScript
simple implementation of binary heap in js for fun
Collection of TypeScript data structures
Collection of TypeScript data structures
Fast heap-based priority queue in JavaScript
A binary heap implementation in JavaScript