Computer Science for IGCSE & O level - Algorithm Design And Problem Solving (Section 2 - No. 28)

What type of data structure follows the First-In, First-Out (FIFO) principle?
Stack
Queue
Array
Linked List

Explanation

Queues follow FIFO.

Comments (0)

Advertisement