Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/TheAlgorithms/TypeScript
Algorithms and Data Structures implemented in TypeScript for beginners, following best practices.
https://github.com/TheAlgorithms/TypeScript
algorithms data-structures hacktoberfest typescript
Last synced: 3 days ago
JSON representation
Algorithms and Data Structures implemented in TypeScript for beginners, following best practices.
- Host: GitHub
- URL: https://github.com/TheAlgorithms/TypeScript
- Owner: TheAlgorithms
- License: mit
- Created: 2022-09-03T22:58:50.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-10-16T18:21:48.000Z (25 days ago)
- Last Synced: 2024-10-29T12:38:03.535Z (13 days ago)
- Topics: algorithms, data-structures, hacktoberfest, typescript
- Language: TypeScript
- Homepage: https://the-algorithms.com/language/typescript
- Size: 333 KB
- Stars: 1,574
- Watchers: 20
- Forks: 328
- Open Issues: 37
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# The Algorithms - TypeScript
TypeScript Repository of TheAlgorithms, which implements various algorithms and data structures in TypeScript.
[![TypeScript Banner][banner]](DIRECTORY.md)
[![codecov](https://codecov.io/gh/TheAlgorithms/TypeScript/graph/badge.svg?token=Z51PSAC1FD)](https://codecov.io/gh/TheAlgorithms/TypeScript)
[![Contributions Welcome][welcome]](CONTRIBUTING.md)
[![Discord chat][chat]][discord-server]
---
These implementations are for demonstrative/educational purposes only. Dedicated implementations of these algorithms and data
structures are much better for performance and security reasons. We also do not provide any guarantee for API stability.---
Before contributing to this repository, make sure to read our [Contribution Guidelines](CONTRIBUTING.md). You can look
at other [TheAlgorithms Repositories][repositories] or the [issues with a "help wanted" label][help-wanted] for
inspiration regarding what to implement. Our maintainers will guide you through how to make your contribution properly
if you make any mistakes. The names of the maintainers of this repository are listed in the
[CODEOWNERS file](.github/CODEOWNERS).---
[banner]: https://user-images.githubusercontent.com/68542775/188368881-da2b9676-417a-4bbe-b8b7-20a497246f30.jpg
[chat]: https://img.shields.io/discord/808045925556682782.svg?logo=discord&colorB=7289DA
[welcome]: https://img.shields.io/static/v1.svg?label=Contributions&message=Welcome&color=0059b3[discord-server]: https://the-algorithms.com/discord/
[actions]: https://github.com/TheAlgorithms/TypeScript/actions
[repositories]: https://github.com/orgs/TheAlgorithms/repositories
[help-wanted]: https://github.com/TheAlgorithms/TypeScript/issues?q=is%3Aopen+is%3Aissue+label%3A%22help+wanted%22