-
[CS50] Lecture 3 - AlgorithmsStudy/Online Lectures 2020. 1. 27. 18:15
Ω Omega : 각 알고리즘이 수행하는 연산이 몇 차항인지?
Bubble sort
정렬이 되지 않았을 때 Ω (n^2)
정렬이 된 이후 Ω (n)
Selection sort
Ω (n^2)
정렬 유무와 무관하게 동일한 연산 수행
Merge sort
Recursion, Logarithm
Selection Sort - Merge Sort - Bubble Sort
속도 비교 시각화
'Study > Online Lectures' 카테고리의 다른 글
[Spring F/W] 온라인 무료 강의 모음 (0) 2020.02.24