recategorized by
342 views

1 Answer

0 votes
0 votes

Priority queue can be implemented using an array, a linked list, a heap data structure, or a binary search tree. Among these data structures, heap data structure provides an efficient implementation of priority queues.

Related questions

1 votes
1 votes
3 answers
1
Ramayya asked Jan 7
476 views
In a priority queue, insertion and deletion can be done atFrontbackMiddleAny position