What is a priority queue

By vivek kumar in 20 Jul 2024 | 08:58 pm
vivek kumar

vivek kumar

Student
Posts: 552
Member since: 20 Jul 2024

What is a priority queue

20 Jul 2024 | 08:58 pm
0 Likes
Prince

Prince

Student
Posts: 557
Member since: 20 Jul 2024

What is a priority queue


A priority queue is an abstract data type similar to a regular queue or stack data structure, but with an added feature: each element has a priority associated with it. Elements are served based on their priority. Higher-priority elements are served before lower-priority ones. If two elements have the same priority, they are served according to their order in the queue.

21 Jul 2024 | 12:41 am
0 Likes

Report

Please describe about the report short and clearly.