Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

Question about using Queues

  Asked By: Rani    Date: Mar 28    Category: Java    Views: 530
  

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?

Share: 

 

No Answers Found. Be the First, To Post Answer.

 
Didn't find what you were looking for? Find more on Question about using Queues Or get search suggestion and latest updates.




Tagged: