Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/raulfdm/data-structure-ts-implementation
https://github.com/raulfdm/data-structure-ts-implementation
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/raulfdm/data-structure-ts-implementation
- Owner: raulfdm
- Created: 2021-06-24T05:44:48.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-07-06T05:59:44.000Z (over 3 years ago)
- Last Synced: 2024-05-14T00:43:59.126Z (6 months ago)
- Language: TypeScript
- Size: 82 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Data Structure - JS/TS Implementation
This repository holds an opinionated implementation of some nonexisting data structure in JavaScript (queue, stack, linked list, etc).