Click to See Complete Forum and Search --> : circular queue


April 28th, 1999, 04:30 AM
A data representation that sequentially maps 'n' queues into an array First[Memory_Size]. Represent each queue as a circular queue within memory. Write functions to add and delete elements to queue and other functions to handle queue full situation.
How do I do this using pure 'C' coding .

I'am in great trouble please help me.

thanks.

ashok