Question: Which of the following is an application of queues?
Options:
Correct Answer: Breadth-first search in graphs
Solution:
Queues are used in breadth-first search algorithms for traversing graphs, as they follow the FIFO (First In, First Out) principle.