diff --git a/.gitignore b/.gitignore index 27e76c664..c744bced2 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,6 @@ # Images *.png *.jpg -*.gif \ No newline at end of file +*.gif + +docs-en \ No newline at end of file diff --git a/docs/chapter_appendix/installation.md b/docs/chapter_appendix/installation.md index 6e9986a01..c41fd2557 100644 --- a/docs/chapter_appendix/installation.md +++ b/docs/chapter_appendix/installation.md @@ -21,7 +21,7 @@ comments: true ### 4.   Python 环境 -1. 下载并安装 [Miniconda3](https://docs.conda.io/en/latest/miniconda.html) 。 +1. 下载并安装 [Miniconda3](https://docs.conda.io/en/latest/miniconda.html) ,需要 Python 3.10 或更新版本。 2. 在 VSCode 的插件市场中搜索 `python` ,安装 Python Extension Pack 。 3. (可选)在命令行输入 `pip install black` ,安装代码格式化工具。 diff --git a/docs/chapter_appendix/terminology.md b/docs/chapter_appendix/terminology.md index 36951b0bc..93e66f3f2 100644 --- a/docs/chapter_appendix/terminology.md +++ b/docs/chapter_appendix/terminology.md @@ -30,7 +30,7 @@ status: new | 数组 | array | | 索引 | index | | 链表 | linked list | -| 链表节点 | list node | +| 链表节点 | linked list node, list node | | 列表 | list | | 动态数组 | dynamic array | | 栈 | stack | diff --git a/docs/chapter_preface/about_the_book.md b/docs/chapter_preface/about_the_book.md index 2cfc5e1c7..0f07e4284 100644 --- a/docs/chapter_preface/about_the_book.md +++ b/docs/chapter_preface/about_the_book.md @@ -48,4 +48,4 @@ comments: true 本书倡导手脑并用的学习方式,在这一点上深受[《动手学深度学习》](https://github.com/d2l-ai/d2l-zh)的启发。在此向各位读者强烈推荐这本优秀著作。 -衷心感谢我的父母,正是你们一直以来的支持与鼓励,让我有机会做这件富有趣味的事。 +衷心感谢我的父母,正是您们一直以来的支持与鼓励,让我有机会做这件富有趣味的事。 diff --git a/docs/index.md b/docs/index.md index fe67fe1ef..a22893297 100644 --- a/docs/index.md +++ b/docs/index.md @@ -91,6 +91,8 @@ hide: 如果你也面临类似的困扰,那么很幸运这本书找到了你。本书是我对此问题的给出的答案,即使不是最优解,也至少是一次积极的尝试。这本书虽然不足以让你直接拿到 Offer ,但会引导你探索数据结构与算法的“知识地图”,带你了解不同“地雷”的形状大小和分布位置,让你掌握各种“排雷方法”。有了这些本领,相信你可以更加自如地应对刷题和阅读文献,逐步构建起完整的知识体系。 +我深深赞同费曼先生所言:“Knowledge isn't free. You have to pay attention.”从这个意义上看,这本书并非完全“免费”。为了不辜负你本书所付出的宝贵“注意力”,我会尽我所能,投入最大的“注意力”来完成这本书的创作。 +

作者简介

靳宇栋 ([Krahets](https://leetcode.cn/u/jyd/)),大厂高级算法工程师,上海交通大学硕士。力扣(LeetCode)全网阅读量最高博主,发表的[《图解算法数据结构》](https://leetcode.cn/leetbook/detail/illustration-of-algorithm/)已被订阅 27 万本。