What are the two major queue operations?
Answers
Answered by
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