From 0fe62a84488c0c3196cf6abf34254ff9956e67fe Mon Sep 17 00:00:00 2001 From: Oleksii Trekhleb Date: Sat, 26 May 2018 00:36:45 +0300 Subject: [PATCH] Update READMEs. --- README.md | 5 +++-- README.zh-CN.md | 4 +++- Readme.zh-TW.md | 4 +++- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9096e26b..bbb641d4 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,9 @@ Each algorithm and data structure have its own separate README with related explanations and links for further reading and YouTube videos. -_Read this in other languages:_ [简体中文](https://github.com/trekhleb/javascript-algorithms/blob/master/README.zh-CN.md) -_Read this in Traditional Chinese:_ [繁體中文](https://github.com/trekhleb/javascript-algorithms/blob/master/README.zh-TW.md) +_Read this in other languages:_ +[简体中文](https://github.com/trekhleb/javascript-algorithms/blob/master/README.zh-CN.md), +[繁體中文](https://github.com/trekhleb/javascript-algorithms/blob/master/README.zh-TW.md) ## Data Structures diff --git a/README.zh-CN.md b/README.zh-CN.md index 21cd0091..2671865e 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -7,7 +7,9 @@ 每种算法和数据结构都有自己的 README 并提供相关说明以及进一步阅读和 YouTube 视频。 -_Read this in other languages:_ [_English_](https://github.com/trekhleb/javascript-algorithms/) +_Read this in other languages:_ +[_English_](https://github.com/trekhleb/javascript-algorithms/), +[繁體中文](https://github.com/trekhleb/javascript-algorithms/blob/master/README.zh-TW.md) ## 数据结构 diff --git a/Readme.zh-TW.md b/Readme.zh-TW.md index 05878252..ad121a73 100644 --- a/Readme.zh-TW.md +++ b/Readme.zh-TW.md @@ -6,7 +6,9 @@ 這個知識庫包含許多 JavaScript 的資料結構與演算法的基礎範例。 每個演算法和資料結構都有其個別的文件,內有相關的解釋以及更多相關的文章或Youtube影片連結。 -_Read this in other languages:_ [简体中文](https://github.com/trekhleb/javascript-algorithms/blob/master/README.zh-CN.md) +_Read this in other languages:_ +[_English_](https://github.com/trekhleb/javascript-algorithms/), +[简体中文](https://github.com/trekhleb/javascript-algorithms/blob/master/README.zh-CN.md) ## 資料結構