{"id":20957449,"url":"https://github.com/mrvideo/sorts","last_synced_at":"2026-04-20T21:36:14.488Z","repository":{"id":239953716,"uuid":"499867732","full_name":"MrVideo/sorts","owner":"MrVideo","description":"A collection of sorting algorithms written in C.","archived":false,"fork":false,"pushed_at":"2022-08-26T08:39:17.000Z","size":26,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-11T00:48:31.895Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MrVideo.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":"2022-06-04T15:40:39.000Z","updated_at":"2024-05-15T14:04:23.000Z","dependencies_parsed_at":"2024-05-16T04:12:36.891Z","dependency_job_id":"026acc83-0ec4-4c0d-8c90-f27fb955f1a4","html_url":"https://github.com/MrVideo/sorts","commit_stats":null,"previous_names":["mrvideo/sorts"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MrVideo%2Fsorts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MrVideo%2Fsorts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MrVideo%2Fsorts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MrVideo%2Fsorts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MrVideo","download_url":"https://codeload.github.com/MrVideo/sorts/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243352034,"owners_count":20276916,"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":[],"created_at":"2024-11-19T01:33:40.096Z","updated_at":"2025-12-28T21:14:43.371Z","avatar_url":"https://github.com/MrVideo.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Sorts\n\n## A collection of sorting algorithms written in C\n\nThis is a small collection of C programs to explain the most common sorting algorithms and their time complexity.\nEach program contains a random number generator to fill an array that will then be ordered and printed.\n\n## Compilation\n\nI used a custom header file to avoid rewriting the same functions over and over, so, to compile a specific program, use the shell command:\n\n```shell\nclang -o filename filename.c array_functions.c\n```\n\n## Library\n\nYou can use the library I included in this repository in your project. Make sure you include it in your code and use it according to the [license](https://github.com/MrVideo/sorts/blob/main/LICENSE) provided with the repository.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrvideo%2Fsorts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmrvideo%2Fsorts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrvideo%2Fsorts/lists"}