Showing 1-20 of 35,974 packages
binary heap (priority queue) algorithms (ported from Python's heapq module)
Classical implementation of binary heap data structure
A simple binary heap
binary heap priority queue
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 for javascript
Binary heap
Yet another Binary Heap.
Tiny binary heap with no dependencies
Binary heap
A performant generic Priority Queue implementation using Binary Heap
A binary heap data structure
An implementation of the binary heap data structure
binary heap implemented over a resizable array with multiple ways of handling predicates
Reactive Binary Heap
[](https://www.npmjs.com/package/@zimtsui/binary-heap)
A priority queue implemented with a binary heap
A sorted queue, based on an array-backed binary heap
a javascript binary heap implementation
A basic binary heap data structure