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) ## 資料結構