Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 22 hours 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: 2024-10-29T20:36:50.000Z (2 months ago)
- Last Synced: 2024-10-29T22:50:06.583Z (2 months ago)
- Topics: algorithms, data-structures, library, tested, typescript
- Language: TypeScript
- Homepage: https://ts-collection.vercel.app
- Size: 3.08 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
[![npm version](https://img.shields.io/npm/v/@ts-collection/core?color=blue)](https://github.com/always-maap/Collections-TypeScript/actions/workflows/integrate.yaml)
[![GitHub CI](https://github.com/always-maap/Collections-Typescript/actions/workflows/integrate.yaml/badge.svg)](https://github.com/always-maap/Collections-TypeScript/actions/workflows/integrate.yaml)
[![All Contributors](https://img.shields.io/badge/all_contributors-1-blue.svg?style=flat)](#contributors-)
[![codecov](https://codecov.io/gh/always-maap/Collections-TypeScript/branch/master/graph/badge.svg?token=5VYRTNQYG3)](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).