{"id":24750009,"url":"https://github.com/red-opera/algosort-lab","last_synced_at":"2025-06-24T14:37:00.190Z","repository":{"id":274355727,"uuid":"922653723","full_name":"Red-Opera/AlgoSort-Lab","owner":"Red-Opera","description":"정렬 알고리즘 실험실 : 개인 개발, 2018.11 ~ 2018.12","archived":false,"fork":false,"pushed_at":"2025-01-26T19:52:04.000Z","size":34,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-26T20:20:44.330Z","etag":null,"topics":["algorithm","c","sorting","testing"],"latest_commit_sha":null,"homepage":"","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/Red-Opera.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":"2025-01-26T19:06:47.000Z","updated_at":"2025-01-26T20:00:58.000Z","dependencies_parsed_at":"2025-01-26T20:31:41.084Z","dependency_job_id":null,"html_url":"https://github.com/Red-Opera/AlgoSort-Lab","commit_stats":null,"previous_names":["red-opera/algosort-lab"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Red-Opera%2FAlgoSort-Lab","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Red-Opera%2FAlgoSort-Lab/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Red-Opera%2FAlgoSort-Lab/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Red-Opera%2FAlgoSort-Lab/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Red-Opera","download_url":"https://codeload.github.com/Red-Opera/AlgoSort-Lab/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245048660,"owners_count":20552551,"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","c","sorting","testing"],"created_at":"2025-01-28T08:55:17.550Z","updated_at":"2025-03-23T03:18:47.955Z","avatar_url":"https://github.com/Red-Opera.png","language":"C","readme":"# AlgoSort Lab\n\n\u003ch2 id=\"Outline\"\u003e프로그램 개요\u003c/h2\u003e\n\u003cul\u003e\n    \u003cli\u003e\n        \u003ch3\u003eProgram Genre\u003c/h3\u003e\n        정렬 알고리즘 실험실 프로그램 (상황별 빠른 알고리즘 탐색)\n    \u003c/li\u003e \n    \u003cli\u003e\n        \u003ch3\u003eDevelopment Stack\u003c/h3\u003e\n        \u003cp\u003e개발 언어 및 도구 : \u003cimg src=\"https://img.shields.io/badge/C-A8B9CC?style=flat\u0026logo=C\u0026logoColor=white\"/\u003e \u003cimg src=\"https://custom-icon-badges.demolab.com/badge/Visual%20Studio-5C2D91.svg?\u0026logo=visual-studio\u0026logoColor=white\"/\u003e\u003c/p\u003e\n\u003c/p\u003e\n    \u003c/li\u003e\n    \u003cli\u003e\n        \u003ch3\u003eDevelopment Period\u003c/h3\u003e\n        \u003cp\u003e시작 일자 : 2018.11\u003c/p\u003e\n        \u003cp\u003e총 개발 기간 : 2 달\u003c/p\u003e\n    \u003c/li\u003e\n    \u003cli\u003e\n        \u003ch3\u003eTarget Platform\u003c/h3\u003e\n        \u003cimg src=\"https://custom-icon-badges.demolab.com/badge/Windows-0078D6?logo=windows11\u0026logoColor=white\"/\u003e\n    \u003c/li\u003e\n    \u003cli\u003e\n        \u003ch3\u003e실행 방법\u003c/h3\u003e\n        파일 다운로드 -\u003e main.c에서 원하는 배열과 알고리즘의 메크로 주석 해제 -\u003e 실행\n    \u003c/li\u003e\n\u003c/ul\u003e\n\n# 실행 결과\n## Random Array (Quick Sort, One Sort, Reverse Sort)\n### Quick Sort\n\u003cimg src=\"https://github.com/user-attachments/assets/b2193c71-d06d-4603-a345-3a5141b4f5ab\" width=\"100%\" height=\"100%\"/\u003e\n\n### Bubble Sort\n\u003cimg src=\"https://github.com/user-attachments/assets/83b29078-36f6-4dfa-938e-9f355e8ad719\" width=\"100%\" height=\"100%\"/\u003e \n\n### Insertion Sort\n\u003cimg src=\"https://github.com/user-attachments/assets/92f0f485-f423-4c27-adff-0fdee32bc37d\" width=\"100%\" height=\"100%\"/\u003e \n\n### Select Sort\n\u003cimg src=\"https://github.com/user-attachments/assets/7b07daca-c31f-46a4-bc5d-9cad07eec369\" width=\"100%\" height=\"100%\"/\u003e \n\n### Radix Sort\n\u003cimg src=\"https://github.com/user-attachments/assets/8bba1e15-9bf1-4cb1-9f5f-14287fc96089\" width=\"100%\" height=\"100%\"/\u003e \n\n### Shell Sort\n\u003cimg src=\"https://github.com/user-attachments/assets/d683c90b-ee1e-4b08-9810-b7c9883f0700\" width=\"100%\" height=\"100%\"/\u003e \n\n### Merge Sort\n\u003cimg src=\"https://github.com/user-attachments/assets/ed4622d9-a1d5-4a6b-937c-7b3798489219\" width=\"100%\" height=\"100%\"/\u003e \n\n## One Sort\n### Quick Sort\n\u003cimg src=\"https://github.com/user-attachments/assets/0b05e4b2-278f-47f2-9501-091f82d83764\" width=\"100%\" height=\"100%\"/\u003e\n\n### Bubble Sort\n\u003cimg src=\"https://github.com/user-attachments/assets/36b34bc8-fb1e-4818-8902-74d10be323fe\" width=\"100%\" height=\"100%\"/\u003e \n\n### Insertion Sort\n\u003cimg src=\"https://github.com/user-attachments/assets/37e8673f-002c-4e20-a6b1-3e1df86a61d9\" width=\"100%\" height=\"100%\"/\u003e \n\n### Select Sort\n\u003cimg src=\"https://github.com/user-attachments/assets/1c692042-addb-4232-8208-97de8f4ee6a7\" width=\"100%\" height=\"100%\"/\u003e \n\n### Radix Sort\n\u003cimg src=\"https://github.com/user-attachments/assets/b8f177d4-c396-44a0-81fa-73f325e6c079\" width=\"100%\" height=\"100%\"/\u003e \n\n### Shell Sort\n\u003cimg src=\"https://github.com/user-attachments/assets/4ae02359-72fb-4202-8efe-d143f7a12c6d\" width=\"100%\" height=\"100%\"/\u003e \n\n### Merge Sort\n\u003cimg src=\"https://github.com/user-attachments/assets/d4047cda-dc4a-4999-9010-40bc10b81104\" width=\"100%\" height=\"100%\"/\u003e \n\n## Reverse Sort\n### Quick Sort\n\u003cimg src=\"https://github.com/user-attachments/assets/e10b065d-5e95-42a7-b8ca-778ba56f8e2c\" width=\"100%\" height=\"100%\"/\u003e\n\n### Bubble Sort\n\u003cimg src=\"https://github.com/user-attachments/assets/23a464ea-2f8d-494a-b49f-ab6293fdd41b\" width=\"100%\" height=\"100%\"/\u003e \n\n### Insertion Sort\n\u003cimg src=\"https://github.com/user-attachments/assets/2f3239c1-1e94-4e5c-baf3-9af86841a748\" width=\"100%\" height=\"100%\"/\u003e \n\n### Select Sort\n\u003cimg src=\"https://github.com/user-attachments/assets/4d110773-3b7c-4202-8288-be25a6f84445\" width=\"100%\" height=\"100%\"/\u003e \n\n### Radix Sort\n\u003cimg src=\"https://github.com/user-attachments/assets/ff684b3f-8a4f-40d5-abc2-fdf19fcfce71\" width=\"100%\" height=\"100%\"/\u003e \n\n### Shell Sort\n\u003cimg src=\"https://github.com/user-attachments/assets/3b68465e-00e0-435c-ab3e-6586febaf653\" width=\"100%\" height=\"100%\"/\u003e \n\n### Merge Sort\n\u003cimg src=\"https://github.com/user-attachments/assets/92d3178d-4d5e-4c55-8653-03db01ed8019\" width=\"100%\" height=\"100%\"/\u003e \n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fred-opera%2Falgosort-lab","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fred-opera%2Falgosort-lab","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fred-opera%2Falgosort-lab/lists"}