Category: Data Structure

0

Sort Algorithm 복습

Sort Algorithm 복습 정리Help Link! TED-Ed Youtube(https://www.youtube.com/watch?v=WaNLJf8xzC4) bubble sort Comparison sort의 한 종류 두 수를 비교해서 정렬하는 방법 O(n^2) simple sort 마지막 전 자료와 마지막 자료를 비교하여 교환하면서 자료를 정렬