mnemonist
Curated collection of data structures for the JavaScript/TypeScript.
js-sdsl
javascript standard data structure library which benchmark against C++ STL
heap-js
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.