image.png

Radix sort의 In-Place가 Yes로 되어있지만 No가 맞다.
Yes가 되는 정렬도 존재하지만 특수한 경우다. https://en.wikipedia.org/wiki/Radix_sort#In-place_MSD_radix_sort_implementations

Radix sort의 In-Place가 Yes로 되어있지만 No가 맞다. Yes가 되는 정렬도 존재하지만 특수한 경우다. https://en.wikipedia.org/wiki/Radix_sort#In-place_MSD_radix_sort_implementations

<aside> 💡 알고리즘은 문제를 해결하기 위해 사용하는 일련의 단계다. 정해진 순서대로 문제를 해결하는 방법이며 줄여서 ‘절차’라고 할 수도 있다. 정렬 알고리즘의 평균 시간복잡도는 $O(nlogn)$ 이상으로 빠를 수 없다.

</aside>

PS 아카이브

알고리즘 용어

기본 알고리즘 개념