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 519 40

  2. queue queue Public

    ➡️ A performant queue implementation in javascript.

    JavaScript 121 9

  3. heap heap Public

    🔼 Heap data structure w/ custom comparator

    JavaScript 83 15

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

    ☯️ BinarySearchTree & AVLTree (Self Balancing Tree)

    JavaScript 49 11

  5. graph graph Public

    ☸️ Graph & Directed Graph implementation in javascript

    JavaScript 41 6

  6. linked-list linked-list Public

    ↔️ LinkedList & DoublyLinkedList implementation in javascript

    JavaScript 34 12

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 519 MIT 40 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 34 MIT 12 0 0 Updated Jul 14, 2024
  • heap Public

    🔼 Heap data structure w/ custom comparator

    datastructures-js/heap’s past year of commit activity
    JavaScript 83 MIT 15 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 49 MIT 11 0 0 Updated Jul 13, 2024
  • datastructures-js/datastructures-js.github.io’s past year of commit activity
    HTML 5 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 221 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 6 0 0 Updated Nov 7, 2022
  • queue Public

    ➡️ A performant queue implementation in javascript.

    datastructures-js/queue’s past year of commit activity
    JavaScript 121 MIT 9 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…