{"id":19253525,"url":"https://github.com/webcyou/sort","last_synced_at":"2025-07-23T12:34:48.923Z","repository":{"id":68798842,"uuid":"50729277","full_name":"webcyou/sort","owner":"webcyou","description":"Sorted by TypeScript","archived":false,"fork":false,"pushed_at":"2016-01-31T06:29:23.000Z","size":28,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-23T17:13:07.724Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/webcyou.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-01-30T14:59:09.000Z","updated_at":"2021-04-23T09:49:36.000Z","dependencies_parsed_at":"2023-02-21T22:46:21.805Z","dependency_job_id":null,"html_url":"https://github.com/webcyou/sort","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/webcyou/sort","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webcyou%2Fsort","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webcyou%2Fsort/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webcyou%2Fsort/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webcyou%2Fsort/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/webcyou","download_url":"https://codeload.github.com/webcyou/sort/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webcyou%2Fsort/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266680297,"owners_count":23967791,"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","status":"online","status_checked_at":"2025-07-23T02:00:09.312Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2024-11-09T18:31:31.072Z","updated_at":"2025-07-23T12:34:48.888Z","avatar_url":"https://github.com/webcyou.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"### Sort Algorithm\n\nSorted by TypeScript\n\n\n### Use\n\n````\n\u003cscript src=\"/js/sort.js\"\u003e\u003c/script\u003e\n````\n\n````\nvar sort = new Sort();\nvar result = sort.marge(number[]);\n````\n\nor\n\n````\nvar result = new Sort(number[]);\n````\n\n### Option\n\n````\nvar sort = new Sort([], bucketLength);\nvar result = sort.bucket(number[]);\n````\nor\n\n````\nvar sort = new Sort();\nvar result = sort.bucket(number[], bucketLength);\n````\n\n\n| OptionName           | DefaultValue    |\n| -------------------- |-----------------|\n| default sort         | Quick Sort      |\n| default bucketLength | 100             |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebcyou%2Fsort","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwebcyou%2Fsort","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebcyou%2Fsort/lists"}