Translate Priority Queue. (#279)

This commit is contained in:
Stulov Alex
2018-12-28 17:28:44 +03:00
committed by Oleksii Trekhleb
parent 9e7ef3680a
commit 2bf2cd906a
2 changed files with 26 additions and 0 deletions

View File

@@ -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.