728x90
selection sort, insertion sort, quick sort, merge sort, heap sort, radix sort (LSD), radix sort (MSD), std::sort (intro sort), std::stable_sort (adaptive merge sort), shell sort, bubble sort, cocktail shaker sort, gnome sort, bitonic sort and bogo sort
선택정렬, 삽입정렬, 퀵정렬, 합병정렬, 힙정렬, 기수정렬(LSD, MSD),
std::sort함수(인트로 정렬 적용), std::stable_sort(합병정렬 적용),
쉘 정렬, 거품정렬, 칵테일 정렬, 난쟁이 정렬, Bitonic 정렬, bogo 정렬
시청각을 통해서 정렬이 어떻게 진행되며, 접근과 비교과정에서의 효율 등을 알 수 있습니다.
정렬 알고리즘 이해하는데 유용한 영상자료.
728x90
'Computer Science > Data Structure, Algorithm' 카테고리의 다른 글
DataStructure] C언어로 쉽게 풀어쓴 자료구조 9장 (0) | 2016.12.30 |
---|---|
DataStructure] 퀵정렬 정렬 패스마다 high, low 출력 (0) | 2016.12.29 |
Jungol] 1178 : 정수의 곱과 자릿수 (0) | 2015.07.20 |
Algorithm] Insertion Sort(삽입정렬) (0) | 2015.07.11 |
Algorithm] Quick Sort(퀵정렬) (0) | 2015.07.11 |