Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
krahets committed Mar 9, 2023
1 parent 783c52f commit ba78fea
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 9 deletions.
15 changes: 11 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
</br>

<p align="center">
<img src="https://www.hello-algo.com/index.assets/animation.gif" width="400">
<img src="https://www.hello-algo.com/index.assets/animation.gif" width="49%">
<a>&nbsp;</a>
<img src="https://www.hello-algo.com/index.assets/running_code.gif" width="400">
<img src="https://www.hello-algo.com/index.assets/running_code.gif" width="49%">
</p>

<p align="center">
Expand All @@ -27,14 +27,21 @@
hello-algo.com
</a>
</em>
&nbsp; | &nbsp;
<em>
下载 PDF >
<a href="https://github.com/krahets/hello-algo/releases/tag/1.0.0b1">
Release
</a>
</em>
</p>

## 关于本书

本项目致力于构建一本开源免费、新手友好的数据结构与算法入门书。

- 全书采用动画图解,结构化地讲解数据结构与算法知识,内容清晰易懂、学习曲线平滑;
- 算法源代码皆可一键运行,支持 Java, C++, Python, Go, JS, TS, C#, Swift, Zig 等语言
- 全书采用动画图解,内容清晰易懂、学习曲线平滑,引导初学者探索数据结构与算法的“知识地图”
- 源代码可一键运行,帮助读者在实践练习中提升编程技能,了解算法工作原理和数据结构底层实现
- 鼓励读者在章节讨论区互帮互助、共同进步,提问与评论一般能在两日内得到回复;

如果本书对您有所帮助,请点个 Star :star: 支持一下,谢谢!
Expand Down
4 changes: 2 additions & 2 deletions docs/chapter_preface/about_the_book.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@

本书的成书过程中,我获得了许多人的帮助,包括但不限于:

- 感谢我的导师李博,在小酌畅谈时您告诉我“觉得应该做就去做”,坚定了我写这本书的决心。
- 感谢我在公司的导师李汐博士,在一次畅谈时您告诉我“觉得应该做就去做”,坚定了我写这本书的决心。
- 感谢我的女朋友泡泡担任本书的首位读者,从算法小白的视角提出了许多建议,使这本书更加适合初学者来阅读。
- 感谢腾宝、琦宝、飞宝为本书起了个好听又有梗名字,直接唤起我最初敲下第一行代码 "Hello World!" 的回忆。
- 感谢苏潼为本书设计了封面和 LOGO ,在我的强迫症下前后多次帮忙修改,谢谢你的耐心。
- 感谢 @squidfunk 给出的写作排版建议,以及优秀开源项目 [Material-for-MkDocs](https://github.com/squidfunk/mkdocs-material/tree/master)

本书鼓励“手脑并用”的学习方式,在这点上受到了《动手学深度学习》很大影响,也在此向各位同学强烈推荐这本著作,包括[中文版](https://github.com/d2l-ai/d2l-zh)[英文版](https://github.com/d2l-ai/d2l-en)[李沐老师 bilibili 主页](https://space.bilibili.com/1567748478)

在写作过程中,我阅读了许多数据结构与算法的教材与文章,这些著作为本书作出了很好的榜样,保证了本书内容的正确性与质量,感谢前辈们的精彩创作
在写作过程中,我阅读了许多数据结构与算法的教材与文章,这些著作为本书作出了很好的榜样,保证了本书内容的正确性与质量,感谢各位老师与前辈的精彩创作

感谢父母,你们一贯的支持与鼓励给了我自由度来做这些有趣的事。
6 changes: 3 additions & 3 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,11 @@ theme:

extra:
social:
- icon: fontawesome/brands/github
- icon: fontawesome/brands/github
link: https://github.com/krahets
- icon: fontawesome/brands/twitter
- icon: fontawesome/brands/twitter
link: https://twitter.com/krahets
- icon: fontawesome/solid/code
- icon: fontawesome/solid/code
link: https://leetcode.cn/u/jyd/
generator: false

Expand Down

0 comments on commit ba78fea

Please sign in to comment.