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:
DS Park
2022-01-28 05:00:45 +09:00
committed by GitHub
parent 677862540e
commit 3fa19670f2
7 changed files with 75 additions and 5 deletions

View File

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