Skip to content
@datastructures-js

datastructures-js

The javascript data structures project (w/ typescript support).

Pinned Loading

  1. priority-queue priority-queue Public

    🔢 A heap-based implementation of priority queue

    JavaScript 567 46

  2. queue queue Public

    ➡️ A performant queue implementation in javascript.

    JavaScript 129 10

  3. heap heap Public

    🔼 Heap data structure w/ custom comparator

    JavaScript 84 16

  4. binary-search-tree binary-search-tree Public

    ☯️ BinarySearchTree & AVLTree (Self Balancing Tree)

    JavaScript 51 11

  5. graph graph Public

    ☸️ Graph & Directed Graph implementation in javascript

    JavaScript 41 7

  6. linked-list linked-list Public

    ↔️ LinkedList & DoublyLinkedList implementation in javascript

    JavaScript 35 10

Repositories

Showing 10 of 12 repositories
  • priority-queue Public

    🔢 A heap-based implementation of priority queue

    datastructures-js/priority-queue’s past year of commit activity
    JavaScript 567 MIT 46 2 1 Updated Jul 18, 2024
  • linked-list Public

    ↔️ LinkedList & DoublyLinkedList implementation in javascript

    datastructures-js/linked-list’s past year of commit activity
    JavaScript 35 MIT 10 0 0 Updated Jul 14, 2024
  • heap Public

    🔼 Heap data structure w/ custom comparator

    datastructures-js/heap’s past year of commit activity
    JavaScript 84 MIT 16 0 0 Updated Jul 14, 2024
  • binary-search-tree Public

    ☯️ BinarySearchTree & AVLTree (Self Balancing Tree)

    datastructures-js/binary-search-tree’s past year of commit activity
    JavaScript 51 MIT 11 0 0 Updated Jul 13, 2024
  • datastructures-js/datastructures-js.github.io’s past year of commit activity
    HTML 6 1 0 0 Updated Jul 13, 2024
  • datastructures-js Public

    ✳️ consolidates all data structures into a single repository

    datastructures-js/datastructures-js’s past year of commit activity
    JavaScript 230 MIT 39 0 0 Updated Jun 20, 2023
  • graph Public

    ☸️ Graph & Directed Graph implementation in javascript

    datastructures-js/graph’s past year of commit activity
    JavaScript 41 MIT 7 0 0 Updated Nov 7, 2022
  • queue Public

    ➡️ A performant queue implementation in javascript.

    datastructures-js/queue’s past year of commit activity
    JavaScript 129 MIT 10 0 0 Updated Sep 5, 2022
  • set Public

    🔠 Enhanced Set that extends javascript ES6 Set

    datastructures-js/set’s past year of commit activity
    JavaScript 9 MIT 2 0 0 Updated Aug 16, 2022
  • trie Public

    🔤 Trie data structure implementation

    datastructures-js/trie’s past year of commit activity
    JavaScript 28 MIT 6 0 0 Updated Aug 16, 2022

Top languages

Loading…

Most used topics

Loading…