Computer Science, asked by bhaktipendhari09, 3 months ago

explain various types of queues with examples?​

Answers

Answered by SriNagarjun
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 sn764617
1

Answer:

Read it

Hope it will help you.

Attachments:
Similar questions