Computer Science, asked by manassbp6167, 1 year ago

What are the two major queue operations?

Answers

Answered by Anishu1234
0

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.

Similar questions