I have to make a program to do a radix sort. In order to do it I
need to use an array of Queues. I'm not exactly sure how to do
this. I said Queue[] arr=new Queue[10] and then I have a class
called Queue that has all the methods used with queues but I just
make an arraylist really........ how do i make an array of Queues so
that each cell of that array acts as a queue?