Bookmarks
Concepts
Activity
Courses
Learning Plans
Courses
Request
Log In
Sign up
New Course
Concept
Priority Queue
A
priority queue
is an
abstract data type
similar to a
regular queue
or
stack data structure
, but where each element has a priority assigned to it.
Elements with higher priorities
are served before
elements with lower priorities
, and if two elements have the
same priority
, they are served according to their
order in the queue
.
Relevant Degrees
Computer Science and Data Processing 78%
Probability and Statistics 22%
Generate Assignment Link
Lessons
Concepts
Suggested Topics
Foundational Courses
Learning Plan
Log in to see lessons
Log In
Sign up
3