javascript standard data structure library which benchmark against C++ STL
javascript standard data structure library which benchmark against C++ STL
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)
An implementation of the Fibonacci heap data structure