Computer Science for IGCSE & O level - Algorithm Design And Problem Solving (Section 4 - No. 18)
Which of the following structures would be best suited for adding items to a list and removing the oldest item on the list?
Stack
Queue
Array
Set
Explanation
This is FIFO - best suited to a queue.
Comments (0)
