{"id":13459007,"url":"https://github.com/TheAlgorithms/JavaScript","last_synced_at":"2025-03-24T16:31:14.414Z","repository":{"id":37413067,"uuid":"97086543","full_name":"TheAlgorithms/JavaScript","owner":"TheAlgorithms","description":"Algorithms and Data Structures implemented in JavaScript for beginners, following best practices.","archived":false,"fork":false,"pushed_at":"2024-10-16T18:22:31.000Z","size":2984,"stargazers_count":32474,"open_issues_count":120,"forks_count":5584,"subscribers_count":613,"default_branch":"master","last_synced_at":"2024-10-29T21:05:58.603Z","etag":null,"topics":["algorithm","algorithm-challenges","algorithms","algorithms-implemented","cipher","conversions","cryptography","data-structures","hacktoberfest","javascript","mathematics","search","sort","sorting-algorithms"],"latest_commit_sha":null,"homepage":"https://the-algorithms.com/language/javascript","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TheAlgorithms.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":"TheAlgorithms","issuehunt":null,"otechie":null,"custom":null}},"created_at":"2017-07-13T06:12:33.000Z","updated_at":"2024-10-29T20:31:06.000Z","dependencies_parsed_at":"2023-10-11T08:11:16.142Z","dependency_job_id":"c55e9d38-73e8-4154-befd-b09e93a77d0c","html_url":"https://github.com/TheAlgorithms/JavaScript","commit_stats":{"total_commits":1559,"total_committers":338,"mean_commits":4.612426035502959,"dds":0.8255291853752406,"last_synced_commit":"55ff0ade85c3b4857f0a6531a5dfda9f21007aff"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheAlgorithms%2FJavaScript","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheAlgorithms%2FJavaScript/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheAlgorithms%2FJavaScript/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheAlgorithms%2FJavaScript/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TheAlgorithms","download_url":"https://codeload.github.com/TheAlgorithms/JavaScript/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245284741,"owners_count":20590309,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["algorithm","algorithm-challenges","algorithms","algorithms-implemented","cipher","conversions","cryptography","data-structures","hacktoberfest","javascript","mathematics","search","sort","sorting-algorithms"],"created_at":"2024-07-31T09:01:00.858Z","updated_at":"2025-03-24T16:31:14.392Z","avatar_url":"https://github.com/TheAlgorithms.png","language":"JavaScript","readme":"# The Algorithms - JavaScript\n\n\u003c!-- Front Matter --\u003e\n\nJavaScript Repository of TheAlgorithms, which implements various algorithms and data structures in JavaScript.\n\n\u003cdiv align=\"center\"\u003e\n\n[![JavaScript Banner][banner]](DIRECTORY.md)\n\n[![Gitpod ready-to-code](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/TheAlgorithms/JavaScript)\n[![Checks][checks]][actions]\n[![codecov](https://codecov.io/gh/TheAlgorithms/JavaScript/graph/badge.svg?token=8VeZwL31KZ)](https://codecov.io/gh/TheAlgorithms/JavaScript)\n[![Contributions Welcome][welcome]](CONTRIBUTING.md)\n[![standard.js][standard-logo]][standard-js]\n[![Discord chat][chat]][discord-server]\n\n\u003c/div\u003e\n\n---\n\n\u003c!-- Disclaimer --\u003e\n\n\u003ch4 align=\"center\"\u003e\n  These implementations are for demonstrative purposes only. Dedicated implementations of these algorithms and data\n  structures are much better for performance and security reasons. We also do not provide any guarantee for api stability.\n\u003c/h4\u003e\n\n---\n\n\u003c!-- Body --\u003e\n\nBefore contributing to this repository, make sure to read our [Contribution Guidelines](CONTRIBUTING.md). You can look\nat other [TheAlgorithms Repositories][repositories] or the [issues with a \"help wanted\" label][help-wanted] for\ninspiration regarding what to implement. Our maintainers will guide you through how to make your contribution properly\nif you make any mistakes. The names of the maintainers of this repository are listed in the\n[CODEOWNERS file](.github/CODEOWNERS).\n\nYou can find a list of the algorithms currently in the repository in the [directory](DIRECTORY.md). Explanations of\nmany of the algorithms can be found in the [wiki][explanation].\n\n---\n\n\u003c!-- Banner Image --\u003e\n\n[banner]: https://user-images.githubusercontent.com/68542775/167072911-dc31eac8-6885-4a05-9c25-279ecce22a79.png\n\n\u003c!-- Badge Links --\u003e\n\n[standard-logo]: https://img.shields.io/badge/code%20style-standardjs-%23f3df49\n[chat]: https://img.shields.io/discord/808045925556682782.svg?logo=discord\u0026colorB=7289DA\n[welcome]: https://img.shields.io/static/v1.svg?label=Contributions\u0026message=Welcome\u0026color=0059b3\n[checks]: https://img.shields.io/github/actions/workflow/status/TheAlgorithms/JavaScript/Ci.yml?branch=master\u0026label=checks\n\n\u003c!-- External Links --\u003e\n\n[standard-js]: https://standardjs.com/\n[discord-server]: https://the-algorithms.com/discord/\n[actions]: https://github.com/TheAlgorithms/JavaScript/actions\n[explanation]: https://github.com/TheAlgorithms/JavaScript/wiki\n[repositories]: https://github.com/orgs/TheAlgorithms/repositories\n[help-wanted]: https://github.com/TheAlgorithms/JavaScript/issues?q=is%3Aopen+is%3Aissue+label%3A%22help+wanted%22\n\n## Thanks to all the contributors ❤️\n\n\u003ca href = \"https://github.com/TheAlgorithms/JavaScript/graphs/contributors\"\u003e\n  \u003cimg src = \"https://contrib.rocks/image?repo=TheAlgorithms/JavaScript\"/\u003e\n\u003c/a\u003e\n","funding_links":["https://liberapay.com/TheAlgorithms"],"categories":["JavaScript","HarmonyOS","计算机编程 数据结构与算法","javascript","algorithms"],"sub_categories":["Windows Manager","网络服务_其他"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FTheAlgorithms%2FJavaScript","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FTheAlgorithms%2FJavaScript","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FTheAlgorithms%2FJavaScript/lists"}