{"id":16471838,"url":"https://github.com/abranhe/allalgorithms-mergesort","last_synced_at":"2025-02-28T03:21:07.650Z","repository":{"id":57096644,"uuid":"155156473","full_name":"abranhe/allalgorithms-mergesort","owner":"abranhe","description":"Merge Sort Algorithm for the All ▲lgorithms Project ","archived":false,"fork":false,"pushed_at":"2018-10-29T05:38:51.000Z","size":6,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-22T22:34:37.316Z","etag":null,"topics":["algorithms","allalgorithms","merge-sort","mergesort","sorting-algorithms"],"latest_commit_sha":null,"homepage":null,"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":null,"funding":null,"license":"license","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-10-29T05:26:02.000Z","updated_at":"2019-02-28T16:36:06.000Z","dependencies_parsed_at":"2022-08-20T16:50:26.471Z","dependency_job_id":null,"html_url":"https://github.com/abranhe/allalgorithms-mergesort","commit_stats":null,"previous_names":["abranhe/allalgorithms-mergesort","abrahamhba/allalgorithms-mergesort"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abranhe%2Fallalgorithms-mergesort","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abranhe%2Fallalgorithms-mergesort/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abranhe%2Fallalgorithms-mergesort/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abranhe%2Fallalgorithms-mergesort/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/abranhe","download_url":"https://codeload.github.com/abranhe/allalgorithms-mergesort/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241094241,"owners_count":19908647,"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":["algorithms","allalgorithms","merge-sort","mergesort","sorting-algorithms"],"created_at":"2024-10-11T12:14:55.701Z","updated_at":"2025-02-28T03:21:07.630Z","avatar_url":"https://github.com/abranhe.png","language":"JavaScript","readme":"\u003cp align=\"center\"\u003e\n\t\u003ca href=\"https://npmjs.com/@allalgorithms/mergesort\"\u003e\u003cimg src=\"https://cdn.abranhe.com/projects/algorithms/logo.svg\" width=\"20%\"\u003e\n\t\u003c/a\u003e\n\t\u003cbr\u003e\n\t\u003cbr\u003e\n\tMerge Sort Algorithm for the \u003ca href=\"https://allalgorithms.com\"\u003eAll ▲lgorithms Project\u003c/a\u003e\n\t\u003cbr\u003e\n\t\u003cbr\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n\t\u003ca href=\"https://travis-ci.org/abranhe/allalgorithms-mergesort\"\u003e\u003cimg src=\"https://img.shields.io/travis/abranhe/allalgorithms-mergesort.svg?logo=travis\" /\u003e\u003c/a\u003e\n\t\u003ca href=\"https://github.com/abranhe/allalgorithms-mergesort/blob/master/license\"\u003e\u003cimg src=\"https://img.shields.io/github/license/abranhe/allalgorithms-mergesort.svg\" /\u003e\u003c/a\u003e\n\t\u003ca href=\"https://github.com/allalgorithms-mergesort\"\u003e\u003cimg src=\"https://cdn.abranhe.com/projects/algorithms/badge.svg\"/\u003e\u003c/a\u003e\n\t\u003ca href=\"https://github.com/abranhe/allalgorithms/allalgorithms-mergesort\"\u003e\u003cimg src=\"https://img.shields.io/npm/v/allalgorithms-mergesort.svg\"/\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n## Install\n\n```\nnpm install @allalgorithms/mergesort\n```\n\n## Usage Example\n\n```js\nconst mergeSort = require('@allalgorithms/mergesort');\n\narr = [77, 2, 10, -2, 1, 7]\n\nconsole.log(mergeSort(arr));\n// -\u003e [-2, 1, 2, 7, 10, 77]\n```\n\n# Related\n\n- [allalgorithms-js](https://github.com/abranhe/allalgorithms-js): All ▲lgorithms Javscript library\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-mergesort\n[3]: https://avatars3.githubusercontent.com/u/21347264?s=50\n[4]: https://github.com/abranhe\n[5]: https://github.com/abranhe/allalgorithms-mergesort/blob/master/license\n\u003c!-------------------Markdown Images Links ----------------------------------\u003e\n\n\u003cp 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  \u003cbr\u003e\n\u003c/p\u003e\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabranhe%2Fallalgorithms-mergesort","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabranhe%2Fallalgorithms-mergesort","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabranhe%2Fallalgorithms-mergesort/lists"}