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

[552 byte] By [LeodaliSpacea] at [2007-10-2 9:03:33]
# 1
[url= http://en.wikipedia.org/wiki/Radix_sort]Radix Sort[/url][url= http://en.wikipedia.org/wiki/Counting_sort]Counting Sort[/url]Why is it so hard to try to find the solution on the web? It took me 5 seconds to find this ...
MartinHilperta at 2007-7-16 23:10:30 > top of Java-index,Other Topics,Algorithms...
# 2
I have already used Wikipedia for my research, Martin, finding what you linked in the post, however now i'm still blocked on the problem, because i didn't know how to adapt the Wikipedia Conuting Sort to my program...thanks howeverLeonardo
LeodaliSpacea at 2007-7-16 23:10:30 > top of Java-index,Other Topics,Algorithms...
# 3
Please refer the book 'Algorithms in Java' by Robert Sedgewick. See this URL for more details http://www.bookpool.com/sm/0201361205 I can give you QuickSort program if you want.
JGuru23a at 2007-7-16 23:10:30 > top of Java-index,Other Topics,Algorithms...
# 4
I appreciate your help JGuru23, but unfortunately i can't use QuickSort algorithm in this program, rules of my academy...thanks a lot
LeodaliSpacea at 2007-7-16 23:10:30 > top of Java-index,Other Topics,Algorithms...