선택 정렬: 두 판 사이의 차이

내용 삭제됨 내용 추가됨
59번째 줄:
</source>
 
=== [[AC (프로그래밍 언어)|AC]] ===
<source lang="cpp">
void selectionSort(int *list, const int n)