Computer Science, asked by deepakrajcse1996, 1 month ago

what is Queue? what is Queue? ​

Answers

Answered by aditi06263
2

Answer:

A Queue is a linear structure which follows a particular order in which the operations are performed. The order is First In First Out (FIFO). A good example of a queue is any queue of consumers for a resource where the consumer that came first is served first. The difference between stacks and queues is in removing.

Answered by hafizurrahman965
6

Answer:

A queue is a collection of entities that are maintained in a sequence and can be modified by the addition of entities at one end of the sequence and the removal of entities from the other end of the sequence

Explanation:

Hope it helpful ✌️✌️

Similar questions