mirror of
https://github.moeyy.xyz/https://github.com/trekhleb/javascript-algorithms.git
synced 2024-11-10 11:09:43 +08:00
Add links to Turkish README.
This commit is contained in:
parent
826055e51b
commit
ed52a8079e
@ -17,7 +17,8 @@ _Léelo en otros idiomas:_
|
|||||||
[_日本語_](README.ja-JP.md),
|
[_日本語_](README.ja-JP.md),
|
||||||
[_Polski_](README.pl-PL.md),
|
[_Polski_](README.pl-PL.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_](README.tr-TR.md)
|
||||||
|
|
||||||
*☝ Nótese que este proyecto está pensado con fines de aprendizaje e investigación,
|
*☝ Nótese que este proyecto está pensado con fines de aprendizaje e investigación,
|
||||||
y **no** para ser usado en producción.*
|
y **no** para ser usado en producción.*
|
||||||
|
@ -18,7 +18,8 @@ _Lisez ceci dans d'autres langues:_
|
|||||||
[_日本語_](README.ja-JP.md),
|
[_日本語_](README.ja-JP.md),
|
||||||
[_Polski_](README.pl-PL.md),
|
[_Polski_](README.pl-PL.md),
|
||||||
[_Español_](README.es-ES.md),
|
[_Español_](README.es-ES.md),
|
||||||
[_Português_](README.pt-BR.md)
|
[_Português_](README.pt-BR.md),
|
||||||
|
[_Türk_](README.tr-TR.md)
|
||||||
|
|
||||||
## Data Structures
|
## Data Structures
|
||||||
|
|
||||||
|
@ -17,7 +17,8 @@ _Read this in other languages:_
|
|||||||
[_Polski_](README.pl-PL.md),
|
[_Polski_](README.pl-PL.md),
|
||||||
[_Français_](README.fr-FR.md),
|
[_Français_](README.fr-FR.md),
|
||||||
[_Español_](README.es-ES.md),
|
[_Español_](README.es-ES.md),
|
||||||
[_Português_](README.pt-BR.md)
|
[_Português_](README.pt-BR.md),
|
||||||
|
[_Türk_](README.tr-TR.md)
|
||||||
|
|
||||||
## データ構造
|
## データ構造
|
||||||
|
|
||||||
|
@ -16,7 +16,8 @@ _Read this in other languages:_
|
|||||||
[_Polski_](README.pl-PL.md),
|
[_Polski_](README.pl-PL.md),
|
||||||
[_Français_](README.fr-FR.md),
|
[_Français_](README.fr-FR.md),
|
||||||
[_Español_](README.es-ES.md),
|
[_Español_](README.es-ES.md),
|
||||||
[_Português_](README.pt-BR.md)
|
[_Português_](README.pt-BR.md),
|
||||||
|
[_Türk_](README.tr-TR.md)
|
||||||
|
|
||||||
## 자료 구조
|
## 자료 구조
|
||||||
|
|
||||||
|
@ -18,7 +18,8 @@ _Read this in other languages:_
|
|||||||
[_Polski_](README.pl-PL.md),
|
[_Polski_](README.pl-PL.md),
|
||||||
[_Français_](README.fr-FR.md),
|
[_Français_](README.fr-FR.md),
|
||||||
[_Español_](README.es-ES.md),
|
[_Español_](README.es-ES.md),
|
||||||
[_Português_](README.pt-BR.md)
|
[_Português_](README.pt-BR.md),
|
||||||
|
[_Türk_](README.tr-TR.md)
|
||||||
|
|
||||||
*☝ Note that this project is meant to be used for learning and researching purposes
|
*☝ Note that this project is meant to be used for learning and researching purposes
|
||||||
only and it is **not** meant to be used for production.*
|
only and it is **not** meant to be used for production.*
|
||||||
|
@ -18,7 +18,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),
|
||||||
[_Español_](README.es-ES.md),
|
[_Español_](README.es-ES.md),
|
||||||
[_Português_](README.pt-BR.md)
|
[_Português_](README.pt-BR.md),
|
||||||
|
[_Türk_](README.tr-TR.md)
|
||||||
|
|
||||||
## Struktury Danych
|
## Struktury Danych
|
||||||
|
|
||||||
|
@ -18,7 +18,8 @@ _Leia isto em outros idiomas:_
|
|||||||
[_日本語_](README.ja-JP.md),
|
[_日本語_](README.ja-JP.md),
|
||||||
[_Polski_](README.pl-PL.md),
|
[_Polski_](README.pl-PL.md),
|
||||||
[_Français_](README.fr-FR.md),
|
[_Français_](README.fr-FR.md),
|
||||||
[_Español_](README.es-ES.md)
|
[_Español_](README.es-ES.md),
|
||||||
|
[_Türk_](README.tr-TR.md)
|
||||||
|
|
||||||
## Data Structures
|
## Data Structures
|
||||||
|
|
||||||
|
@ -24,12 +24,6 @@ olup üretim için **yaplılmamıştır**.*
|
|||||||
|
|
||||||
## Veri Yapıları
|
## Veri Yapıları
|
||||||
|
|
||||||
A data structure is a particular way of organizing and storing data in a computer so that it can
|
|
||||||
be accessed and modified efficiently. More precisely, a data structure is a collection of data
|
|
||||||
values, the relationships among them, and the functions or operations that can be applied to
|
|
||||||
the data.
|
|
||||||
|
|
||||||
|
|
||||||
Bir veri yapısı, verileri bir bilgisayarda organize etmenin ve depolamanın belirli bir yoludur, böylece
|
Bir veri yapısı, verileri bir bilgisayarda organize etmenin ve depolamanın belirli bir yoludur, böylece
|
||||||
verimli bir şekilde erişilebilir ve değiştirilebilir. Daha doğrusu, bir veri yapısı bir veri koleksiyonudur,
|
verimli bir şekilde erişilebilir ve değiştirilebilir. Daha doğrusu, bir veri yapısı bir veri koleksiyonudur,
|
||||||
aralarındaki ilişkiler, ve işlevler veya işlemler
|
aralarındaki ilişkiler, ve işlevler veya işlemler
|
||||||
|
@ -15,7 +15,8 @@ _Read this in other languages:_
|
|||||||
[_Polski_](README.pl-PL.md),
|
[_Polski_](README.pl-PL.md),
|
||||||
[_Français_](README.fr-FR.md),
|
[_Français_](README.fr-FR.md),
|
||||||
[_Español_](README.es-ES.md),
|
[_Español_](README.es-ES.md),
|
||||||
[_Português_](README.pt-BR.md)
|
[_Português_](README.pt-BR.md),
|
||||||
|
[_Türk_](README.tr-TR.md)
|
||||||
|
|
||||||
*注意:这个项目仅用于学习和研究,**不是**用于生产环境。*
|
*注意:这个项目仅用于学习和研究,**不是**用于生产环境。*
|
||||||
|
|
||||||
|
@ -14,7 +14,8 @@ _Read this in other languages:_
|
|||||||
[_Polski_](README.pl-PL.md),
|
[_Polski_](README.pl-PL.md),
|
||||||
[_Français_](README.fr-FR.md),
|
[_Français_](README.fr-FR.md),
|
||||||
[_Español_](README.es-ES.md),
|
[_Español_](README.es-ES.md),
|
||||||
[_Português_](README.pt-BR.md)
|
[_Português_](README.pt-BR.md),
|
||||||
|
[_Türk_](README.tr-TR.md)
|
||||||
|
|
||||||
## 資料結構
|
## 資料結構
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user