Skip to content

powerofsoul/tstruct

Repository files navigation

tstruct

Typed with TypeScript Build Status Coverage Status

Installation

npm install tstruct 

Data Structures

  • LinkedList
  • Tree
    • Binary Tree
    • Binary Search Tree
    • AVL Tree
  • Heap
    • Heap
    • MinHeap
    • MaxHeap
  • Queue
    • Priority Queue
  • Stack
  • Union Find
  • Trie
  • Graph
    • Minimum Spanning Tree
    • Bellman-Ford
    • Dijkstra

Algorithms

  • Quick Sort
  • Heap Sort
  • Radix Sort
  • Quick Select

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published