題組內容

四、Sorting Algorithm


(a) The following is the problem of sorting records on several
keys. Please use the radix sort to sort 10 numbers {269, 184,
57, 587, 4, 53, 508, 263, 309, 482} in the range [0, 999].
(10 Points)