An open API service indexing awesome lists of open source software.

https://github.com/tool3/tscience

common data structures implemented in typescript
https://github.com/tool3/tscience

Last synced: 8 months ago
JSON representation

common data structures implemented in typescript

Awesome Lists containing this project

README

          

# tscience

common datastructures implemented in typescript.

## data structures:

- Stack
- Queue
- Singly Linked List
- Binary Search Tree
- Trie
- MaxBinaryHeap
- Graph