mirror of
https://github.moeyy.xyz/https://github.com/trekhleb/javascript-algorithms.git
synced 2024-11-10 11:09:43 +08:00
Fex READMEs.
This commit is contained in:
parent
d0c359e990
commit
5b64117a2c
@ -5,7 +5,8 @@ _Read this in other languages:_
|
|||||||
[_Русский_](README.ru-RU.md),
|
[_Русский_](README.ru-RU.md),
|
||||||
[_日本語_](README.ja-JP.md),
|
[_日本語_](README.ja-JP.md),
|
||||||
[_Français_](README.fr-FR.md),
|
[_Français_](README.fr-FR.md),
|
||||||
[_Português_](README.pt-BR.md), [_한국어_](README.ko-KR.md)
|
[_Português_](README.pt-BR.md),
|
||||||
|
[_한국어_](README.ko-KR.md)
|
||||||
|
|
||||||
In computing, a **hash table** (hash map) is a data
|
In computing, a **hash table** (hash map) is a data
|
||||||
structure which implements an *associative array*
|
structure which implements an *associative array*
|
||||||
|
@ -6,7 +6,8 @@ _Read this in other languages:_
|
|||||||
[_日本語_](README.ja-JP.md),
|
[_日本語_](README.ja-JP.md),
|
||||||
[_Français_](README.fr-FR.md),
|
[_Français_](README.fr-FR.md),
|
||||||
[_Português_](README.pt-BR.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
|
data structure that satisfies the heap property described
|
||||||
|
@ -5,7 +5,8 @@ _Read this in other languages:_
|
|||||||
[_Русский_](README.ru-RU.md),
|
[_Русский_](README.ru-RU.md),
|
||||||
[_日本語_](README.ja-JP.md),
|
[_日本語_](README.ja-JP.md),
|
||||||
[_Français_](README.fr-FR.md),
|
[_Français_](README.fr-FR.md),
|
||||||
[_Português_](README.pt-BR.md), [_한국어_](README.ko-KR.md)
|
[_Português_](README.pt-BR.md),
|
||||||
|
[_한국어_](README.ko-KR.md)
|
||||||
|
|
||||||
In computer science, a **queue** is a particular kind of abstract data
|
In computer science, a **queue** is a particular kind of abstract data
|
||||||
type or collection in which the entities in the collection are
|
type or collection in which the entities in the collection are
|
||||||
|
Loading…
Reference in New Issue
Block a user