Menu

Queues Questions

MCQ
11.
Which data structure is used in breadth first search of a graph to hold nodes?
forum Discussion
MCQ
12.
Identify the data structure which allows deletions at both ends of the list but insertion at only one end.
forum Discussion
MCQ
13.
In a queue, the initial values of front pointer f rare pointer r should be
forum Discussion
MCQ
14.
In a circular queue the value of r will be ..
forum Discussion
MCQ
15.
forum Discussion
MCQ
16.
Which of the following is not the type of queue?
forum Discussion
MCQ
17.
A data structure where elements can be added or removed at either end but not in the middle is called
forum Discussion
MCQ
18.
A
forum Discussion
MCQ
19.
In a priority queue, insertion and deletion takes place at
forum Discussion
MCQ
20.
A data structure where elements can be added or removed at either end but not in the middle
forum Discussion