Skip to content

Latest commit

 

History

History

sort

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

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란?

뒤로 가기