Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/red-opera/algosort-lab
정렬 알고리즘 실험실 : 개인 개발, 2018.11 ~ 2018.12
https://github.com/red-opera/algosort-lab
algorithm c sorting testing
Last synced: 10 days ago
JSON representation
정렬 알고리즘 실험실 : 개인 개발, 2018.11 ~ 2018.12
- Host: GitHub
- URL: https://github.com/red-opera/algosort-lab
- Owner: Red-Opera
- License: gpl-3.0
- Created: 2025-01-26T19:06:47.000Z (12 days ago)
- Default Branch: main
- Last Pushed: 2025-01-26T19:52:04.000Z (12 days ago)
- Last Synced: 2025-01-26T20:20:44.330Z (12 days ago)
- Topics: algorithm, c, sorting, testing
- Language: C
- Homepage:
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AlgoSort Lab
프로그램 개요
-
Program Genre
정렬 알고리즘 실험실 프로그램 (상황별 빠른 알고리즘 탐색)
-
Development Stack
개발 언어 및 도구 :
-
Development Period
시작 일자 : 2018.11
총 개발 기간 : 2 달
-
Target Platform
-
실행 방법
파일 다운로드 -> main.c에서 원하는 배열과 알고리즘의 메크로 주석 해제 -> 실행
# 실행 결과
## Random Array (Quick Sort, One Sort, Reverse Sort)
### Quick Sort
### Bubble Sort
### Insertion Sort
### Select Sort
### Radix Sort
### Shell Sort
### Merge Sort
## One Sort
### Quick Sort
### Bubble Sort
### Insertion Sort
### Select Sort
### Radix Sort
### Shell Sort
### Merge Sort
## Reverse Sort
### Quick Sort
### Bubble Sort
### Insertion Sort
### Select Sort
### Radix Sort
### Shell Sort
### Merge Sort