Search results for queue

22 votes
7 answers
8
What is the minimum number of stacks of size $n$ required to implement a queue of size $n$?OneTwoThreeFour
1 votes
3 answers
16
In a priority queue, insertion and deletion can be done atFrontbackMiddleAny position
0 votes
1 answer
19
Which data structure would be most appropriate to implement a collection of values with the following 3 characteristicsSingly link list with head and tail pointerDoubly l...
To see more, click for the full list of questions or popular tags.