Fex READMEs.

This commit is contained in:
Oleksii Trekhleb
2022-01-25 17:56:34 +01:00
parent d0c359e990
commit 5b64117a2c
3 changed files with 30 additions and 27 deletions

View File

@@ -6,9 +6,10 @@ _Read this in other languages:_
[_日本語_](README.ja-JP.md),
[_Français_](README.fr-FR.md),
[_Português_](README.pt-BR.md),
[_Türkçe_](README.tr-TR.md)
[_Türkçe_](README.tr-TR.md),
[_한국어_](README.ko-KR.md)
In computer science, a **heap** is a specialized tree-based
In computer science, a **heap** is a specialized tree-based
data structure that satisfies the heap property described
below.
@@ -23,7 +24,7 @@ to the key of `C`
![Heap](https://upload.wikimedia.org/wikipedia/commons/3/38/Max-Heap.svg)
The node at the "top" of the heap with no parents is
The node at the "top" of the heap with no parents is
called the root node.
## References