tstruct
Version:
Data structures & basic algorithms library
41 lines (35 loc) • 927 B
Markdown
# tstruct
<!-- Badges -->

[](https://travis-ci.org/powerofsoul/tstruct)
[](https://coveralls.io/github/powerofsoul/tstruct?branch=master)
<!-- End Badges -->
## [Docs](https://powerofsoul.github.io/tstruct)
## 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