{"id":18876799,"url":"https://github.com/ferhatgec/gechsort","last_synced_at":"2026-04-28T18:05:43.461Z","repository":{"id":110266358,"uuid":"382688379","full_name":"ferhatgec/gechsort","owner":"ferhatgec","description":"Gechsort loves permutations.","archived":false,"fork":false,"pushed_at":"2021-07-03T18:59:45.000Z","size":2,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-31T03:29:49.412Z","etag":null,"topics":["lib","python","python3","script","sort","sorting-algorithms"],"latest_commit_sha":null,"homepage":"","language":"Python","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/ferhatgec.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-07-03T18:47:13.000Z","updated_at":"2021-09-04T19:38:49.000Z","dependencies_parsed_at":"2023-03-30T05:34:32.504Z","dependency_job_id":null,"html_url":"https://github.com/ferhatgec/gechsort","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ferhatgec/gechsort","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ferhatgec%2Fgechsort","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ferhatgec%2Fgechsort/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ferhatgec%2Fgechsort/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ferhatgec%2Fgechsort/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ferhatgec","download_url":"https://codeload.github.com/ferhatgec/gechsort/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ferhatgec%2Fgechsort/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32392361,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T14:34:11.604Z","status":"ssl_error","status_checked_at":"2026-04-28T14:32:37.009Z","response_time":56,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["lib","python","python3","script","sort","sorting-algorithms"],"created_at":"2024-11-08T06:15:29.964Z","updated_at":"2026-04-28T18:05:43.456Z","avatar_url":"https://github.com/ferhatgec.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Gechsort\n## Gechsort loves permutations.\n\n### Algorithm (pseudo):\n```rust\nf(data: list)\n  (min, mid, max, sort) := min_of(data), mid_of(data), max_of(data), sort(data)\n  (permutations, generated)  := p(elements), empty([])\n  \n  for per arr in permutations :=\n    if first_of(arr) == min and last_of(arr) == max and mid_of(arr) == mid :=\n      append(generated, arr)\n    =:\n  =:\n  \n  for per arr in generated := \n    if arr == sort :=\n      return arr\n    =:\n  =:\n```\n\n### Gechsort licensed under the terms of MIT License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fferhatgec%2Fgechsort","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fferhatgec%2Fgechsort","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fferhatgec%2Fgechsort/lists"}