Forum : fixed size queue using array
Brief description  about Online courses   join in Online courses
View Avraham  Venismach 's Profile

fixed size queue using array

What does "fixed size queue using array" mean? Example and explanation please.
Asked by Avraham Venismach | Mar 4, 2010 |  Reply now
Replies (3)
View avraham venismach 's Profile
Where is this covered in our tutorials?
Mar 6, 2010
View avraham venismach 's Profile
Can you give me some ideas what this would be used for?
Mar 6, 2010
View teacher siliconindia 's Profile
"fixed size queue using array",
means take any array of size of 10 or any number and use this array as a queue, insert data in a queue and delete data from queue, on the basis of first come first serve.
Mar 5, 2010