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
- Host: GitHub
- URL: https://github.com/tool3/tscience
- Owner: tool3
- Created: 2020-06-25T09:25:46.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-26T07:22:55.000Z (almost 6 years ago)
- Last Synced: 2025-01-26T09:27:15.548Z (over 1 year ago)
- Language: TypeScript
- Size: 7.81 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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