Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        



ts-collection logo


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).