-
서리서리
불러도 대답없는... -_ㅡ;;
-
보르미
stdlib.h에 있습니다..
-
미쿡
qsort
void qsort(void *base, size_t nelem, size_t size, int (*cmp)(const void *e1, const void *e2));
The function sorts, in place, an array consisting of nelem elements, each of size bytes, beginning with the element whose address is base. It calls the -
깜찏한그1녀
퀵정렬은 여러 가지 정렬 알고리즘 가운데에서
비교적 속도가 빠르기 때문에 퀵정렬(Quick Sort)라고 이름을 정한 것입니다.
오른차순, 오름차순, 내림차순과는 관계가 적습니다.