mirror of
https://github.com/trekhleb/javascript-algorithms.git
synced 2026-03-13 08:51:02 +08:00
Minor README updates.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# Priority Queue
|
||||
|
||||
In computer science, a priority queue is an abstract data type
|
||||
In computer science, a **priority queue** is an abstract data type
|
||||
which is like a regular queue or stack data structure, but where
|
||||
additionally each element has a "priority" associated with it.
|
||||
In a priority queue, an element with high priority is served before
|
||||
|
||||
Reference in New Issue
Block a user