SEARCH
You are in browse mode. You must login to use MEMORY

   Log in to start


From course:

Computer Science AQA A level

» Start this Course
(Practice similar questions for free)
Question:

Whats unique about how a circular queue works?

Author: Will Parker



Answer:

// When the array element with the largest possible index has been used, the next element to join the queue reuses the vacated location at the beginning of the array // Last element is connected to the first element When the last elemental position has been used the queue circles back and uses the first position


0 / 5  (0 ratings)

1 answer(s) in total