Computer Science, asked by shreeeeeeeya7412, 11 months ago

What are the operations we can perform on queue ?

Answers

Answered by Anonymous
3

In the queue only two operations are allowed enqueue and dequeue. Enqueue means to insert an item into the back of the queue, dequeue means removing the front item. The picture demonstrates the FIFO access. The difference between stacks and queues is in removing.

Similar questions