599 views
0 votes
0 votes
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 specially

Please log in or register to answer this question.

Related questions

1 votes
1 votes
1 answer
3
tripathiambuj asked Jun 22, 2016
1,477 views
How many minimum queues are required to implement a priority queue?
0 votes
0 votes
1 answer
4
rahul sharma 5 asked Dec 17, 2016
993 views
How to implement Priority queue using stack?What will be time complexity for Enqueue and Dequeue operations?Edit:- Updated the question clearly