Computer Science, asked by pavini18, 9 months ago

Write down the applications of queue in data structure? ​

Answers

Answered by princektr
1

Explanation:

Queue is useful in CPU scheduling, Disk Scheduling. When multiple processes require CPU at the same time, various CPU scheduling algorithms are used which are implemented using Queue data structure. When data is transferred asynchronously between two processes.Queue is used for synchronization.

Similar questions