알고리즘의 성능을 분석하기 위한 지표
Complexity
특수하거나 극단적인 입력값
Edge Case
입력 데이터를 정렬된 상태로 출력하는 알고리즘
Bubble Sort
Insertion Sort
Selection Sort
Quick Sort
Merge Sort
Heap Sort
sort(), sorted()