{"id":22192347,"url":"https://github.com/mzusin/mz-sort","last_synced_at":"2025-03-24T20:45:00.010Z","repository":{"id":210368931,"uuid":"726393900","full_name":"mzusin/mz-sort","owner":"mzusin","description":"Typescript implementation of sorting algorithms.","archived":false,"fork":false,"pushed_at":"2023-12-02T16:32:28.000Z","size":90,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-30T01:18:24.413Z","etag":null,"topics":["bubble-sort","counting-sort","insertion-sort","merge-sort","quick-sort","quicksort","select-sort","selection-sort"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/mzusin.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,"governance":null}},"created_at":"2023-12-02T09:03:57.000Z","updated_at":"2023-12-02T14:39:46.000Z","dependencies_parsed_at":"2023-12-02T10:24:27.808Z","dependency_job_id":"37584f3a-b384-4a87-96ba-1233696949a0","html_url":"https://github.com/mzusin/mz-sort","commit_stats":null,"previous_names":["mzusin/mz-sort"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mzusin%2Fmz-sort","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mzusin%2Fmz-sort/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mzusin%2Fmz-sort/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mzusin%2Fmz-sort/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mzusin","download_url":"https://codeload.github.com/mzusin/mz-sort/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245351761,"owners_count":20601090,"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":["bubble-sort","counting-sort","insertion-sort","merge-sort","quick-sort","quicksort","select-sort","selection-sort"],"created_at":"2024-12-02T12:22:22.980Z","updated_at":"2025-03-24T20:44:59.977Z","avatar_url":"https://github.com/mzusin.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Sort\n\nTypescript implementation of sorting algorithms.\n\n```ts\nexport const bubbleSort: (values: number[], isAsc?: boolean) =\u003e number[];\nexport const selectionSort: (values: number[], isAsc?: boolean) =\u003e number[];\nexport const insertionSort: (values: number[], isAsc?: boolean) =\u003e number[];\nexport const mergeSort: (values: number[], isAsc?: boolean) =\u003e number[];\nexport const quickSort: (values: number[], isAsc?: boolean) =\u003e number[];\nexport const countingSort: (values: number[], isAsc?: boolean) =\u003e number[];\nexport const radixSort: (values: number[], isAsc?: boolean) =\u003e number[];\nexport const bucketSort: (values: number[], bucketsNumber: number, isAsc?: boolean) =\u003e number[];\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmzusin%2Fmz-sort","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmzusin%2Fmz-sort","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmzusin%2Fmz-sort/lists"}