0
931views
Explain data structures queue, circular queue, Linked list, Array.
1 Answer
0
7views

1. Queue

Queue is a linear data structure in which insertion can take place at only one end called rear end and deletion can take place at other end called top end. The front and rear are two terms used to represent the two ends of the list when it …

Create a free account to keep reading this post.

and 5 others joined a min ago.

Please log in to add an answer.