mirror of
https://github.com/trekhleb/javascript-algorithms.git
synced 2026-03-13 08:51:02 +08:00
Fex READMEs.
This commit is contained in:
@@ -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`
|
||||
|
||||

|
||||
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user