Computer Science/Data Structure, Algorithm

Algorithm] 정렬 알고리즘 시각자료 동영상

TwinParadox 2015. 7. 21. 15:17
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