https://github.com/always-maap/ts-collection
💮 Algorithms and Data Structures for the modern web
https://github.com/always-maap/ts-collection
algorithms data-structures library tested typescript
Last synced: 23 days ago
JSON representation
💮 Algorithms and Data Structures for the modern web
- Host: GitHub
- URL: https://github.com/always-maap/ts-collection
- Owner: always-maap
- License: mit
- Created: 2020-09-10T11:19:24.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-04-08T11:41:50.000Z (24 days ago)
- Last Synced: 2025-04-09T15:00:55.286Z (23 days ago)
- Topics: algorithms, data-structures, library, tested, typescript
- Language: TypeScript
- Homepage: https://ts-collection.vercel.app
- Size: 3.03 MB
- Stars: 60
- Watchers: 1
- Forks: 1
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
![]()
Learn, Visualize and Build with TS-Collection. Algorithms and Data-Structures for the web
[](https://github.com/always-maap/Collections-TypeScript/actions/workflows/integrate.yaml)
[](https://github.com/always-maap/Collections-TypeScript/actions/workflows/integrate.yaml)
[](#contributors-)
[](https://codecov.io/gh/always-maap/Collections-TypeScript)
## Overview 🎉
⚠ TS-Collection is currently in beta. Some of its APIs are not "finalized" and will have breaking changes over time as we discover better solutions. There isn't currently a 1.0 release schedule, we're still getting the architecture right.
## Getting Started 🏁
```
yarn add @ts-collection/core
```The easiest way to continue getting started, is to follow the [getting started](https://ts-collection.vercel.app/docs/overview) section in our docs.
See [ts-collection.vercel.app](https://ts-collection.vercel.app/) for more information and documentation.## Packages 🚀
| Package | Description |
|:------------------------------|--------------------------------------|
| [`config`](./packages/config) | Shared configurations and scripts |
| [`core`](./packages/core) | Algorithms and Data Structures |
| [`og-cs`](./packages/og-cs) | Old school computer science problems |
| [`utils`](./packages/utils) | Utility functions and classes |
| [`viz`](./packages/viz) | Visualizations renderers |## Contributing 👏
We're open to all community contributions! If you'd like to contribute in any way, please first read our Contributing Guide.## Contributors ✨
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
Mohammad ali Ali panah
💻
Alireza Jafartash
⚠️ 💻
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification.
Contributions of any kind welcome!## License 📄
under [MIT-licensed](./LICENSE).