Computer Science, asked by SCHOOL1234567891011, 1 month ago

what is queue application?​

Answers

Answered by Anonymous
1

Answer:

Queue is used when things don't have to be processed immediately, but have to be processed in First In First Out order like Breadth First Search. This property of Queue makes it also useful in following kind of scenarios. 1) When a resource is shared among multiple consumers.

Answered by GUNSLINGER007
0

Answer:

Queue is used when things don't have to be processed immediately, but have to be processed in First In First Out order like Breadth First Search. This property of Queue makes it also useful in following kind of scenarios. 1) When a resource is shared among multiple consumers.

Hope It Helps

Similar questions