Array and the circular queue
hi
I made one class name queue. Now I have to implement with 3 array of circular queues- one for each level of priority. The priority I have is 1,2,3. I have to specify this array as an instance variables in another class. And lastly I have to create an empty circular queue and put at each element of the array. I have to include appropiate constructor and get and set methods in the new class.
if anyone can help me with this one I will be very thankful to them
|