Recent questions tagged priority-queue

1 votes
3 answers
1
In a priority queue, insertion and deletion can be done atFrontbackMiddleAny position
0 votes
1 answer
3
Q.which of the following data structure cannot be used for efficient implementation of Priority Queue?a. Binary heapb. Height balanced binary tree.c. Sorted array
0 votes
0 answers
5
0 votes
0 answers
6
Is priority queue work efficiently with sorted array than unsorted array and heap for insertion and deletion operation? Then why do we apply priority queue in heap specia...
0 votes
2 answers
7
0 votes
1 answer
11
How to implement Priority queue using stack?What will be time complexity for Enqueue and Dequeue operations?Edit:- Updated the question clearly
0 votes
2 answers
14
1 votes
1 answer
15
How many minimum queues are required to implement a priority queue?
To see more, click for the full list of questions or popular tags.