1.

Explain various types of queues with examples?​

Answer»

ong>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.



Discussion

No Comment Found