β―οΈ BinarySearchTree & AVLTree (Self Balancing Tree)
A complete, fully tested and documented data structure library written in pure JavaScript.
π₯Data Structures and Algorithms explained and implemented in JavaScript + eBook
βΈοΈ Graph & Directed Graph implementation in javascript
HashMap JavaScript class for Node.js and the browser. The keys can be anything and won't be stringified
πΌ Heap data structure w/ custom comparator
π Algorithms and data structures implemented in JavaScript with explanations and links to further readings
βοΈ LinkedList & DoublyLinkedList implementation in javascript
ClojureScript's persistent data structures and supporting API from the comfort of vanilla JavaScript
Graph data structure in JavaScript
β‘οΈ A performant queue implementation in javascript.
π€ Trie data structure implementation