{"id":21361863,"url":"https://github.com/mxssl/quicksortgolang","last_synced_at":"2025-10-30T12:35:42.080Z","repository":{"id":96800686,"uuid":"149031388","full_name":"mxssl/QuickSortGolang","owner":"mxssl","description":"Quick Sort implementation in Go (Golang)","archived":false,"fork":false,"pushed_at":"2018-09-16T20:04:56.000Z","size":1,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-22T19:21:32.424Z","etag":null,"topics":["algorithm","go","golang","quick-sort","quicksort","quicksort-algorithm"],"latest_commit_sha":null,"homepage":null,"language":"Go","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/mxssl.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-09-16T20:04:28.000Z","updated_at":"2022-12-31T17:51:23.000Z","dependencies_parsed_at":"2023-04-21T10:47:13.185Z","dependency_job_id":null,"html_url":"https://github.com/mxssl/QuickSortGolang","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mxssl%2FQuickSortGolang","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mxssl%2FQuickSortGolang/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mxssl%2FQuickSortGolang/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mxssl%2FQuickSortGolang/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mxssl","download_url":"https://codeload.github.com/mxssl/QuickSortGolang/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243835930,"owners_count":20355611,"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","go","golang","quick-sort","quicksort","quicksort-algorithm"],"created_at":"2024-11-22T06:12:18.276Z","updated_at":"2025-10-13T01:52:51.927Z","avatar_url":"https://github.com/mxssl.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Quick Sort\n\n[Quick Sort](https://en.wikipedia.org/wiki/Quicksort) implementation in Go (Golang).\n\n```\nTime Complexity:\nWorst: O(n^2)\nBest: O(n log(n))\nAverage: O(n log(n))\n```\n\n`Space Complexity: O(log(n))`\n\n```Bash\n$ go test -v -cover ./...\n=== RUN   TestCase\n--- PASS: TestCase (0.00s)\nPASS\ncoverage: 91.7% of statements\nok      github.com/mxssl/QuickSortGolang        0.005s  coverage: 91.7% of statements\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmxssl%2Fquicksortgolang","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmxssl%2Fquicksortgolang","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmxssl%2Fquicksortgolang/lists"}