explain various types of queues with examples?
Answers
Answered by
0
Explanation:
The basic queue operations are enqueue (insertion) and dequeue (deletion). Enqueue is done at the front of the queue and dequeue is done at the end of the queue. The elements in a queue are arranged sequentially and hence queues are said to be linear data structures.
Answered by
1
Answer:
Read it
Hope it will help you.
Attachments:
Similar questions