Problem with algorithm
Hi, i have a problem with an algorithm that i'm not able to write...what it's asked to me is to create a program that order some integers, given in input, from the least to the biggest, using the Radix Sort algorithm, with the Counting Sort as the stable ordering algorithm...hope that i was quite clear on the explanation...now i have the matrix that store all the numbers given in input, but i'm not able the write the algorithm that orders these numbers...sorry for my english but i'm italian..
Thanks for any help...
Leonardo

