Computer Science, asked by pavini18, 1 year ago

explain applications of queue in data structure ​

Answers

Answered by rjoseph828
1

Answer:

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.

Examples : IO Buffers, pipes, file IO, etc.

Hope this helps!

Pls mark me the brainliest!!

Similar questions