{"id":16471854,"url":"https://github.com/abranhe/allalgorithms-js","last_synced_at":"2025-03-23T11:32:44.078Z","repository":{"id":57176350,"uuid":"155152525","full_name":"abranhe/allalgorithms-js","owner":"abranhe","description":"The All ▲lgorithms Javascript Library","archived":false,"fork":false,"pushed_at":"2019-10-02T22:07:09.000Z","size":28,"stargazers_count":12,"open_issues_count":1,"forks_count":6,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-03-18T20:04:47.602Z","etag":null,"topics":["algorithm","algorithms","allalgorithms","data-structures","javascript","js","math","searching-algorithms","sorting-algorithms"],"latest_commit_sha":null,"homepage":"https://js.allalgorithms.com/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/abranhe.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":".github/contributing.md","funding":".github/funding.yml","license":"license","code_of_conduct":".github/code-of-conduct.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"patreon":"abranhe","open_collective":"abranhe","custom":"https://cash.me/$abranhe"}},"created_at":"2018-10-29T04:34:41.000Z","updated_at":"2022-12-15T19:49:30.000Z","dependencies_parsed_at":"2022-08-26T12:33:12.096Z","dependency_job_id":null,"html_url":"https://github.com/abranhe/allalgorithms-js","commit_stats":null,"previous_names":["abranhe/allalgorithms-js","abrahamhba/allalgorithms-js"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abranhe%2Fallalgorithms-js","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abranhe%2Fallalgorithms-js/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abranhe%2Fallalgorithms-js/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abranhe%2Fallalgorithms-js/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/abranhe","download_url":"https://codeload.github.com/abranhe/allalgorithms-js/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245097158,"owners_count":20560311,"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","algorithms","allalgorithms","data-structures","javascript","js","math","searching-algorithms","sorting-algorithms"],"created_at":"2024-10-11T12:15:00.046Z","updated_at":"2025-03-23T11:32:43.666Z","avatar_url":"https://github.com/abranhe.png","language":"JavaScript","readme":"\u003cdiv align=\"center\"\u003e\n\t\u003cbr\u003e\n\t\u003cbr\u003e\n\t\u003cimg width=\"300\" alt=\"Ink\" src=\"https://cdn.abranhe.com/projects/algorithms/logo.svg\"\u003e\n\t\u003cbr\u003e\n\t\u003ca href=\"https://js.allalgorithms.com\"\u003e\u003ccode\u003ejs.allalgorithms.com\u003c/code\u003e\u003c/a\u003e\n\t\u003cbr\u003e\n\u003c/div\u003e\n\n\u003e The All ▲lgorithms Javascript Library.\n\n[![Build Status](https://github.com/abranhe/allalgorithms-js/workflows/tests/badge.svg)](https://github.com/abranhe/allalgorithms-js/actions)\n[![](https://img.shields.io/github/license/abranhe/allalgorithms-js.svg)](https://github.com/abranhe/allalgorithms-js/blob/master/license)\n[![](https://cdn.abranhe.com/projects/algorithms/badge.svg)](https://github.com/allalgorithms)\n[![](https://img.shields.io/npm/v/allalgorithms.svg)](https://github.com/abranhe/allalgorithms/allalgorithms-js)\n\n## Why?\n\n- Why not 😂\n- Clean and focused\n- Actively maintained\n- Because All Algorithms should be easy to use in Javascript\n\nRead the detailed documentation at [js.allalgorithms.com](https://js.allalgorithms.com) or see the [`docs`](https://github.com/abranhe/allalgorithms-js/blob/master/docs) directory on Github. See [Tree](#tree).\n\n**Want to contribute?** [GET STARTED HERE](https://github.com/abranhe/allalgorithms-js/tree/master/.github/contributing.md)\n\n## Install\n\n```\nnpm install allalgorithms\n```\n\n## Usage Example\n\n```js\nconst allalgorithms = require('allalgorithms');\n\narr = [77, 2, 10, -2, 1, 7]\n\nconsole.log(allalgorithms.sorting.bubbleSort(arr));\n// -\u003e [-2, 1, 2, 7, 10, 77]\n```\n\n## Tree\n\n-  **Sorting**\n  - [Bubble Sort](https://js.allalgorithms.com/sorting/bubble-sort)\n  - [Merge Sort](https://js.allalgorithms.com/sorting/merge-sort)\n\n## Related\n\n- [allalgorithms-python](https://github.com/abranhe/allalgorithms-python): All ▲lgorithms Python library\n- [allalgorithms-java](https://github.com/abranhe/allalgorithms-java): All ▲lgorithms Java library\n\n## Maintainers\n\n|[![Carlos Abraham Logo][3]][4]|\n| :--------------------------: |\n| [Carlos Abraham][4]          |\n\n\n## License\n\n[MIT][5] License © [Carlos Abraham][4]\n\n\u003c!-------------------Markdown Images Links ----------------------------------\u003e\n[1]: https://cdn.abranhe.com/projects/algorithms/badge.svg\n[2]: https://github.com/abranhe/allalgorithms-js\n[3]: https://avatars3.githubusercontent.com/u/21347264?s=50\n[4]: https://github.com/abranhe\n[5]: https://github.com/abranhe/allalgorithms-js/blob/master/license\n\u003c!-------------------Markdown Images Links ----------------------------------\u003e\n\n\u003cdiv align=\"center\"\u003e\n\t\u003ca href=\"https://github.com/abranhe/algorithms\"\u003e\n\t\t\u003cimg src=\"https://cdn.abranhe.com/projects/algorithms/logo.svg\" width=\"50px\"\u003e\n\t\u003c/a\u003e\n\u003c/div\u003e\n","funding_links":["https://patreon.com/abranhe","https://opencollective.com/abranhe","https://cash.me/$abranhe"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabranhe%2Fallalgorithms-js","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabranhe%2Fallalgorithms-js","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabranhe%2Fallalgorithms-js/lists"}