mirror of
https://github.com/trekhleb/javascript-algorithms.git
synced 2026-03-13 08:51:02 +08:00
Add Korean translation. (#644)
* Translate the Heap README to Korean. * Translate Priority Queue's README to Korean * Translate Kruskal Algorithm's README into Korean. * fix typo * Translate the Dijkstra README to Korean. Co-authored-by: cckn <pds@enitt.co.kr> Co-authored-by: Oleksii Trekhleb <trehleb@gmail.com>
This commit is contained in:
@@ -5,7 +5,8 @@ _Read this in other languages:_
|
||||
[_Русский_](README.ru-RU.md),
|
||||
[_日本語_](README.ja-JP.md),
|
||||
[_Français_](README.fr-FR.md),
|
||||
[_Português_](README.pt-BR.md)
|
||||
[_Português_](README.pt-BR.md),
|
||||
[_한국어_](README.ko-KR.md)
|
||||
|
||||
In computer science, a **priority queue** is an abstract data type
|
||||
which is like a regular queue or stack data structure, but where
|
||||
|
||||
Reference in New Issue
Block a user