mirror of
https://github.com/trekhleb/javascript-algorithms.git
synced 2025-12-19 08:59:05 +08:00
Translate Priority Queue. (#279)
This commit is contained in:
committed by
Oleksii Trekhleb
parent
9e7ef3680a
commit
2bf2cd906a
@@ -1,5 +1,9 @@
|
||||
# Priority Queue
|
||||
|
||||
_Read this in other languages:_
|
||||
[_简体中文_](README.zh-CN.md),
|
||||
[_Русский_](README.ru-RU.md)
|
||||
|
||||
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.
|
||||
|
||||
Reference in New Issue
Block a user