mirror of
https://github.moeyy.xyz/https://github.com/trekhleb/javascript-algorithms.git
synced 2024-11-10 11:09:43 +08:00
Add Korean README.
This commit is contained in:
parent
7c95d3a68b
commit
cd7fec3fb0
@ -12,6 +12,10 @@ _Read this in other languages:_
|
|||||||
[繁體中文](README.zh-TW.md),
|
[繁體中文](README.zh-TW.md),
|
||||||
[한국어](README.ko_KR.md)
|
[한국어](README.ko_KR.md)
|
||||||
|
|
||||||
|
> We’re writing a book that will clearly explain, in detail, the main algorithms.
|
||||||
|
If you’d like to be notified when the “JavaScript Algorithms” book
|
||||||
|
launches, [click here](https://upscri.be/402324/).
|
||||||
|
|
||||||
## 数据结构
|
## 数据结构
|
||||||
|
|
||||||
数据结构是在计算机中组织和存储数据的一种特殊方式,它可以高效地访问和修改数据。更确切地说,数据结构是数据值的集合,它们之间的关系、函数或操作可以应用于数据。
|
数据结构是在计算机中组织和存储数据的一种特殊方式,它可以高效地访问和修改数据。更确切地说,数据结构是数据值的集合,它们之间的关系、函数或操作可以应用于数据。
|
||||||
|
@ -11,6 +11,10 @@ _Read this in other languages:_
|
|||||||
[简体中文](README.zh-CN.md),
|
[简体中文](README.zh-CN.md),
|
||||||
[한국어](README.ko_KR.md)
|
[한국어](README.ko_KR.md)
|
||||||
|
|
||||||
|
> We’re writing a book that will clearly explain, in detail, the main algorithms.
|
||||||
|
If you’d like to be notified when the “JavaScript Algorithms” book
|
||||||
|
launches, [click here](https://upscri.be/402324/).
|
||||||
|
|
||||||
## 資料結構
|
## 資料結構
|
||||||
|
|
||||||
資料結構是一個電腦用來組織和排序資料的特定方式,透過這樣的方式資料可以有效率地被讀取以及修改。更精確地說,一個資料結構是一個資料值的集合、彼此間的關係,函數或者運作可以應用於資料上。
|
資料結構是一個電腦用來組織和排序資料的特定方式,透過這樣的方式資料可以有效率地被讀取以及修改。更精確地說,一個資料結構是一個資料值的集合、彼此間的關係,函數或者運作可以應用於資料上。
|
||||||
|
Loading…
Reference in New Issue
Block a user