https://github.com/jmlweb/ts-data-structures
Common data structures implemented in TypeScript
https://github.com/jmlweb/ts-data-structures
Last synced: 8 months ago
JSON representation
Common data structures implemented in TypeScript
- Host: GitHub
- URL: https://github.com/jmlweb/ts-data-structures
- Owner: jmlweb
- Created: 2020-01-26T23:14:45.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T05:47:25.000Z (over 3 years ago)
- Last Synced: 2025-01-19T18:52:03.296Z (over 1 year ago)
- Language: TypeScript
- Size: 668 KB
- Stars: 2
- Watchers: 0
- Forks: 1
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ts-data-structures
## Common data structures implemented in Typescript
Based on the course [Data Structures and Algorithms in JavaScript](https://egghead.io/courses/data-structures-and-algorithms-in-javascript) by [Keyle Shevlin](https://kyleshevlin.com/)
Immutability is guaranteed over arguments received