Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/TheAlgorithms/Javascript
Algorithms and Data Structures implemented in JavaScript for beginners, following best practices.
https://github.com/TheAlgorithms/Javascript
algorithm algorithm-challenges algorithms algorithms-implemented cipher conversions cryptography data-structures hacktoberfest javascript mathematics search sort sorting-algorithms
Last synced: 16 days ago
JSON representation
Algorithms and Data Structures implemented in JavaScript for beginners, following best practices.
- Host: GitHub
- URL: https://github.com/TheAlgorithms/Javascript
- Owner: TheAlgorithms
- License: gpl-3.0
- Created: 2017-07-13T06:12:33.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-05-27T15:28:07.000Z (6 months ago)
- Last Synced: 2024-05-29T01:36:56.439Z (6 months ago)
- Topics: algorithm, algorithm-challenges, algorithms, algorithms-implemented, cipher, conversions, cryptography, data-structures, hacktoberfest, javascript, mathematics, search, sort, sorting-algorithms
- Language: JavaScript
- Homepage: https://the-algorithms.com/language/javascript
- Size: 2.85 MB
- Stars: 31,574
- Watchers: 610
- Forks: 5,401
- Open Issues: 85
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
- awesomelist - JavaScript
- awesome-lists - `javascript`
- awesome-star-libs - TheAlgorithms / Javascript
README
# The Algorithms - JavaScript
JavaScript Repository of TheAlgorithms, which implements various algorithms and data structures in JavaScript.
[![JavaScript Banner][banner]](DIRECTORY.md)
[![Gitpod ready-to-code](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/TheAlgorithms/JavaScript)
[![Checks][checks]][actions]
[![codecov](https://codecov.io/gh/TheAlgorithms/JavaScript/graph/badge.svg?token=8VeZwL31KZ)](https://codecov.io/gh/TheAlgorithms/JavaScript)
[![Contributions Welcome][welcome]](CONTRIBUTING.md)
[![standard.js][standard-logo]][standard-js]
[![Discord chat][chat]][discord-server]---
These implementations are for demonstrative 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).You can find a list of the algorithms currently in the repository in the [directory](DIRECTORY.md). Explanations of
many of the algorithms can be found in the [wiki][explanation].---
[banner]: https://user-images.githubusercontent.com/68542775/167072911-dc31eac8-6885-4a05-9c25-279ecce22a79.png
[standard-logo]: https://img.shields.io/badge/code%20style-standardjs-%23f3df49
[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
[checks]: https://img.shields.io/github/actions/workflow/status/TheAlgorithms/JavaScript/Ci.yml?branch=master&label=checks[standard-js]: https://standardjs.com/
[discord-server]: https://the-algorithms.com/discord/
[actions]: https://github.com/TheAlgorithms/JavaScript/actions
[explanation]: https://github.com/TheAlgorithms/JavaScript/wiki
[repositories]: https://github.com/orgs/TheAlgorithms/repositories
[help-wanted]: https://github.com/TheAlgorithms/JavaScript/issues?q=is%3Aopen+is%3Aissue+label%3A%22help+wanted%22## Thanks to all the contributors ❤️