Skip to content

Commit c7b863f

Browse files
authored
Several bug fixes (krahets#919)
* Fix index.md * Update the badge in index.md * Fix the programming languages order.
1 parent 88099b9 commit c7b863f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
本开源书仍在持续更新之中,欢迎您参与本项目,一同为读者提供更优质的学习内容。
6666

6767
- [内容修正](https://www.hello-algo.com/chapter_appendix/contribution/):请您协助修正或在评论区指出语法错误、内容缺失、文字歧义、无效链接或代码 bug 等问题。
68-
- [代码转译](https://github.com/krahets/hello-algo/issues/15):期待您贡献各种语言代码,现已支持 Python, Java, C++, Go, JavaScript 等 11 门编程语言。
68+
- [代码转译](https://github.com/krahets/hello-algo/issues/15):期待您贡献各种语言代码,已支持 PythonJavaC++、Go、JavaScript 等 12 门编程语言。
6969
- [整书翻译](https://github.com/krahets/hello-algo/tree/en):诚邀您加入我们的中译英小组,成员主要来自计算机相关专业、英语专业和英文母语者。
7070

7171
欢迎您提出宝贵意见和建议,如有任何问题请提交 Issues 或微信联系 `krahets-jyd`

docs/chapter_preface/about_the_book.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
本项目旨在创建一本开源免费、新手友好的数据结构与算法入门教程。
44

55
- 全书采用动画图解,结构化地讲解数据结构与算法知识,内容清晰易懂、学习曲线平滑。
6-
- 算法源代码皆可一键运行,支持 Java、C++、Python、Go、JS、TS、C#、Swift、Rust、Dart、Zig 等语言。
6+
- 算法源代码皆可一键运行,支持 Python、C++、Java、C#、Go、Swift、JS、TS、Dart、Rust、C、Zig 等语言。
77
- 鼓励读者在章节讨论区互帮互助、共同进步,提问与评论通常可在两日内得到回复。
88

99
## 读者对象

docs/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ hide:
2222
</a>
2323
&nbsp;
2424
<a href="https://github.com/krahets/hello-algo/releases">
25-
<img alt="GitHub all releases" src="https://img.shields.io/github/downloads/krahets/hello-algo/total?style=social&logo=gitbook&logoColor=black&label=PDF%20Downloads">
25+
<img alt="GitHub all releases" src="https://img.shields.io/github/downloads/krahets/hello-algo/total?style=social&logo=gitbook&logoColor=black&label=Downloads">
2626
</a>
2727
&nbsp;
2828
<a href="https://github.com/krahets/hello-algo">
@@ -79,7 +79,7 @@ hide:
7979

8080
<h3 align="center"> 代码一键运行 </h3>
8181

82-
<p align="center"> 提供各个算法与数据结构的简洁实现与测试样例,皆可直接运行</br>支持 Java、C++、Python、Go、JS、TS、C#、Swift、Rust、Dart、Zig 等语言 </p>
82+
<p align="center"> 提供各个算法与数据结构的简洁实现与测试样例,皆可直接运行</br>支持 Python、C++、Java、C#、Go、Swift、JS、TS、Dart、Rust、C、Zig 等语言 </p>
8383

8484
![running_code](index.assets/running_code.gif)
8585

@@ -111,7 +111,7 @@ hide:
111111

112112
如果你也面临类似的困扰,那么很幸运这本书找到了你。本书是我对此问题的给出的答案,即使不是最优解,也至少是一次积极的尝试。这本书虽然不足以让你直接拿到 Offer ,但会引导你探索数据结构与算法的“知识地图”,带你了解不同“地雷”的形状大小和分布位置,让你掌握各种“排雷方法”。有了这些本领,相信你可以更加自如地应对刷题和阅读文献,逐步构建起完整的知识体系。
113113

114-
我深深赞同费曼先生所言:“Knowledge isn't free. You have to pay attention.”从这个意义上看,这本书并非完全“免费”。为了不辜负你本书所付出的宝贵“注意力”,我会尽我所能,投入最大的“注意力”来完成这本书的创作。
114+
我深深赞同费曼先生所言:“Knowledge isn't free. You have to pay attention.”从这个意义上看,这本书并非完全“免费”。为了不辜负你为本书所付出的宝贵“注意力”,我会尽我所能,投入最大的“注意力”来完成这本书的创作。
115115

116116
<h3 align="left"> 作者简介 </h3>
117117

0 commit comments

Comments
 (0)