Computer Science, asked by kksanthoshdr3921, 1 year ago

What is queue? Explain the concept of Dqueue with example.

Answers

Answered by ssvijay738
1

queue is a first-in first-out (FIFO) abstract data type that is heavily used in computing. Uses for queues involve anything where you want things to happen in the order that they were called, but where the computer can't keep up to speed.

Enqueue means to add an element, dequeue to remove an element.

Answered by robinbittu1
1
hope it will help you
Attachments:
Similar questions