Skip to content

Commit 0fe62a8

Browse files
committed
Update READMEs.
1 parent e26e986 commit 0fe62a8

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@ Each algorithm and data structure have its own separate README
1010
with related explanations and links for further reading and YouTube
1111
videos.
1212

13-
_Read this in other languages:_ [简体中文](https://github.com/trekhleb/javascript-algorithms/blob/master/README.zh-CN.md)
14-
_Read this in Traditional Chinese:_ [繁體中文](https://github.com/trekhleb/javascript-algorithms/blob/master/README.zh-TW.md)
13+
_Read this in other languages:_
14+
[简体中文](https://github.com/trekhleb/javascript-algorithms/blob/master/README.zh-CN.md),
15+
[繁體中文](https://github.com/trekhleb/javascript-algorithms/blob/master/README.zh-TW.md)
1516

1617
## Data Structures
1718

README.zh-CN.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@
77

88
每种算法和数据结构都有自己的 README 并提供相关说明以及进一步阅读和 YouTube 视频。
99

10-
_Read this in other languages:_ [_English_](https://github.com/trekhleb/javascript-algorithms/)
10+
_Read this in other languages:_
11+
[_English_](https://github.com/trekhleb/javascript-algorithms/),
12+
[繁體中文](https://github.com/trekhleb/javascript-algorithms/blob/master/README.zh-TW.md)
1113

1214
## 数据结构
1315

Readme.zh-TW.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66
這個知識庫包含許多 JavaScript 的資料結構與演算法的基礎範例。
77
每個演算法和資料結構都有其個別的文件,內有相關的解釋以及更多相關的文章或Youtube影片連結。
88

9-
_Read this in other languages:_ [简体中文](https://github.com/trekhleb/javascript-algorithms/blob/master/README.zh-CN.md)
9+
_Read this in other languages:_
10+
[_English_](https://github.com/trekhleb/javascript-algorithms/),
11+
[简体中文](https://github.com/trekhleb/javascript-algorithms/blob/master/README.zh-CN.md)
1012

1113
## 資料結構
1214

0 commit comments

Comments
 (0)