Skip to content
@datastructures-js

datastructures-js

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

Pinned Loading

  1. priority-queue priority-queue Public

    Priority Queue based on Heap data structure

    JavaScript 668 52

  2. binary-search-tree binary-search-tree Public

    BinarySearchTree & AVLTree data structures

    JavaScript 62 13

  3. linked-list linked-list Public

    LinkedList & DoublyLinkedList data structures

    JavaScript 37 10

  4. graph graph Public

    Graph & Directed Graph data structures

    JavaScript 44 8

  5. round-robin-js round-robin-js Public

    Round Robin data structure

    JavaScript 20 4

  6. sort-algorithms-js sort-algorithms-js Public

    sort algorithms with custom comparator

    JavaScript 22 1

Repositories

Showing 10 of 14 repositories
  • round-robin-js Public

    Round Robin data structure

    datastructures-js/round-robin-js’s past year of commit activity
    JavaScript 20 MIT 4 1 1 Updated Oct 28, 2025
  • binary-search-tree Public

    BinarySearchTree & AVLTree data structures

    datastructures-js/binary-search-tree’s past year of commit activity
    JavaScript 62 MIT 13 5 0 Updated Oct 20, 2025
  • priority-queue Public

    Priority Queue based on Heap data structure

    datastructures-js/priority-queue’s past year of commit activity
    JavaScript 668 MIT 52 1 0 Updated Oct 13, 2025
  • heap Public

    Heap data structure

    datastructures-js/heap’s past year of commit activity
    JavaScript 94 MIT 18 0 0 Updated Oct 12, 2025
  • queue Public

    Queue data structure

    datastructures-js/queue’s past year of commit activity
    JavaScript 148 MIT 13 0 0 Updated Sep 17, 2025
  • stack Public

    Stack data structure

    datastructures-js/stack’s past year of commit activity
    JavaScript 18 MIT 4 0 0 Updated Sep 8, 2025
  • deque Public

    Deque data structure

    datastructures-js/deque’s past year of commit activity
    JavaScript 26 MIT 5 0 0 Updated Sep 8, 2025
  • sort-algorithms-js Public

    sort algorithms with custom comparator

    datastructures-js/sort-algorithms-js’s past year of commit activity
    JavaScript 22 MIT 1 0 0 Updated Sep 2, 2025
  • graph Public

    Graph & Directed Graph data structures

    datastructures-js/graph’s past year of commit activity
    JavaScript 44 MIT 8 0 0 Updated Aug 27, 2025
  • trie Public

    Trie data structure

    datastructures-js/trie’s past year of commit activity
    JavaScript 30 MIT 7 0 0 Updated Aug 27, 2025

Top languages

JavaScript

Most used topics

Loading…