Skip to content

Commit 723af99

Browse files
authored
Update the assets and GIF animations. (krahets#979)
1 parent e720aa2 commit 723af99

18 files changed

+12
-10
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111

1212
<p align="center">
1313
<a href="https://www.hello-algo.com/">
14-
<img src="https://www.hello-algo.com/index.assets/btn_read_online_dark.png" width="155"></a>
14+
<img src="https://www.hello-algo.com/index.assets/btn_read_online_dark.svg" width="155"></a>
1515
<a href="https://github.com/krahets/hello-algo/releases">
16-
<img src="https://www.hello-algo.com/index.assets/btn_download_pdf_dark.png" width="155"></a>
16+
<img src="https://www.hello-algo.com/index.assets/btn_download_pdf_dark.svg" width="155"></a>
1717
</p>
1818

1919
<p align="center">

docs/chapter_preface/about_the_book.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
- **复杂度分析**:数据结构和算法的评价维度与方法。时间复杂度、空间复杂度的推算方法、常见类型、示例等。
2626
- **数据结构**:基本数据类型,数据结构的分类方法。数组、链表、栈、队列、哈希表、树、堆、图等数据结构的定义、优缺点、常用操作、常见类型、典型应用、实现方法等。
27-
- **算法**:搜索、排序、分治、回溯、动态规划、贪心等算法的定义、优缺点、效率、应用场景、解题步骤和示例题目等
27+
- **算法**:搜索、排序、分治、回溯、动态规划、贪心等算法的定义、优缺点、效率、应用场景、解题步骤和示例问题等
2828

2929
![本书主要内容](about_the_book.assets/hello_algo_mindmap.jpg)
3030

@@ -35,7 +35,7 @@
3535
- 感谢我在公司的导师李汐博士,在一次畅谈中你鼓励我“快行动起来”,坚定了我写这本书的决心;
3636
- 感谢我的女朋友泡泡作为本书的首位读者,从算法小白的角度提出许多宝贵建议,使得本书更适合新手阅读;
3737
- 感谢腾宝、琦宝、飞宝为本书起了一个富有创意的名字,唤起大家写下第一行代码 "Hello World!" 的美好回忆;
38-
- 感谢校铨在知识产权方面提供的帮助,你的专业指导对这本开源书籍的发展起到了至关重要的作用。
38+
- 感谢校铨在知识产权方面提供的专业帮助,这对本开源书的发展起到了重要的作用;
3939
- 感谢苏潼为本书设计了精美的封面和 logo ,并在我的强迫症下多次耐心修改;
4040
- 感谢 @squidfunk 提供的写作排版建议,以及他开发的开源文档主题 [Material-for-MkDocs](https://github.com/squidfunk/mkdocs-material/tree/master)
4141

docs/index.assets/animation.gif

-18.9 KB
Loading

docs/index.assets/animation_dark.gif

120 KB
Loading
-2.81 KB
Binary file not shown.
-3.09 KB
Binary file not shown.
+1
Loading
-2.23 KB
Binary file not shown.
Loading
-2.47 KB
Binary file not shown.

docs/index.assets/btn_read_online.svg

+1
Loading
-3.21 KB
Binary file not shown.
Loading
-3.97 KB
Binary file not shown.

docs/index.assets/comment.gif

210 KB
Loading

docs/index.assets/running_code.gif

122 KB
Loading
248 KB
Loading

docs/index.md

+4-6
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ hide:
5252

5353
!!! quote
5454

55-
“一本通俗易懂的数据结构与算法入门书,引导读者手脑并用地学习,强烈推荐算法初学者阅读
55+
“一本通俗易懂的数据结构与算法入门书,引导读者手脑并用地学习,强烈推荐算法初学者阅读
5656

5757
**—— 邓俊辉,清华大学计算机系教授**
5858

@@ -68,7 +68,7 @@ hide:
6868

6969
<p align="center"> 内容清晰易懂、学习曲线平滑</br>电脑、平板、手机全终端阅读 </p>
7070

71-
![algorithm_animation](index.assets/animation.gif)
71+
<img src="index.assets/animation.gif" class="cover-image" style="width: 100%; border-radius: 0.5rem;">
7272

7373
!!! quote ""
7474

@@ -81,7 +81,7 @@ hide:
8181

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

84-
![running_code](index.assets/running_code.gif)
84+
<img src="index.assets/running_code.gif" class="cover-image" style="width: 100%; border-radius: 0.5rem;">
8585

8686
!!! quote ""
8787

@@ -94,7 +94,7 @@ hide:
9494

9595
<p align="center"> 鼓励小伙伴们互帮互助、共同成长</br>提问与评论一般能在两日内得到回复 </p>
9696

97-
![comment](index.assets/comment.gif)
97+
<img src="index.assets/comment.gif" class="cover-image" style="width: 100%; border-radius: 0.5rem;">
9898

9999
!!! quote ""
100100

@@ -146,5 +146,3 @@ hide:
146146
</tbody>
147147
</table>
148148
</div>
149-
150-
---

0 commit comments

Comments
 (0)