Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 1018 Bytes

README.md

File metadata and controls

29 lines (23 loc) · 1018 Bytes

Sort

뒤로 가기

index

  1. bubble sort
  2. heap sort
  3. quick sort
  4. merge sort
  5. baekjoon
  6. 생각해보기

baekjoon

sort를 사용해 풀어봅시다.

생각해보기

  • radix sort, counting sort란?
  • 어떤 정렬 알고리즘이 가장 빠를까?(시간 복잡도)
  • quick sort가 최악의 시간복잡도를 가지는 경우는? 그리고 그걸 방지하기 위한 방법은?
  • stable sort, unstable sort란?

뒤로 가기