0
21kviews
What are different types of queues?
1 Answer
1
401views

Queue : Queue is a linear data structure in which removal of elements is done in the same order they were inserted i.e., the element will be removed first which is inserted first.

A queue has two ends which are front end and rear end. Insertion is take place at …

Create a free account to keep reading this post.

and 3 others joined a min ago.

Please log in to add an answer.