What are the various operations performed on the Queue?

The various operations performed on the queue are

CREATE(Q) Creates Q as an empty Queue.

Enqueue(Q,X) Adds the element X to the Queue.

Dequeue(Q) Deletes a element from the Queue.

ISEMTPTY(Q) returns true if Queue is empty else false. ISFULL(Q) – returns true if Queue is full else false.


Discover more from Soa Technology | Aditya Website Development Designing Company

Subscribe to get the latest posts sent to your email.



Leave a Reply

Discover more from Soa Technology | Aditya Website Development Designing Company

Subscribe now to keep reading and get access to the full archive.

Continue reading