데이터를 크기순으로 정렬하는 문제. 다양한 [[Algorithm]]들이 사용된다. * QuickSort * InsertionSort * BubleSort * MergeSort SeeAlso http://moogi.new21.org/src5.htm