Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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