Awesome JavaScript Data Structure

  • updated about 1 year ago MIT License

    ☯️ BinarySearchTree & AVLTree (Self Balancing Tree)

  • updated over 3 years ago MIT License

    A complete, fully tested and documented data structure library written in pure JavaScript.

  • updated about 2 months ago MIT License

    πŸ₯žData Structures and Algorithms explained and implemented in JavaScript + eBook

  • graph graph 36
    star
    updated over 1 year ago MIT License

    ☸️ Graph & Directed Graph implementation in javascript

  • updated about 3 years ago MIT License

    HashMap JavaScript class for Node.js and the browser. The keys can be anything and won't be stringified

  • heap heap 63
    star
    updated 9 months ago MIT License

    πŸ”Ό Heap data structure w/ custom comparator

  • updated 8 months ago MIT License

    πŸ“ Algorithms and data structures implemented in JavaScript with explanations and links to further readings

  • updated 10 months ago MIT License

    ↔️ LinkedList & DoublyLinkedList implementation in javascript

  • mori mori 3,388
    star
    updated almost 4 years ago

    ClojureScript's persistent data structures and supporting API from the comfort of vanilla JavaScript

  • updated 8 months ago BSD 3-Clause "New...

    Graph data structure in JavaScript

  • queue queue 86
    star
    updated over 1 year ago MIT License

    ➑️ A performant queue implementation in javascript.

  • trie trie 26
    star
    updated over 1 year ago MIT License

    πŸ”€ Trie data structure implementation