javascript standard data structure library which benchmark against C++ STL
javascript standard data structure library which benchmark against C++ STL
binary heap (priority queue) algorithms (ported from Python's heapq module)
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.
An implementation of the Fibonacci heap data structure