

500 幅动画图解、12 种编程语言代码、3000 条社区问答,助你快速入门数据结构与算法
+500 幅动画图解、14 种编程语言代码、3000 条社区问答,助你快速入门数据结构与算法
diff --git a/Dockerfile b/Dockerfile
index 89e35a391..7531d6f91 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -2,18 +2,23 @@ FROM python:3.10.0-alpine
ENV PIP_INDEX_URL=https://pypi.tuna.tsinghua.edu.cn/simple
RUN pip install --upgrade pip
-RUN pip install mkdocs-material==9.5.2 mkdocs-glightbox
+RUN pip install mkdocs-material==9.5.5 mkdocs-glightbox
WORKDIR /hello-algo
COPY overrides ./build/overrides
-COPY docs ./build/docs
-COPY docs-en ./build/docs-en
-COPY mkdocs.yml ./mkdocs.yml
-COPY mkdocs-en.yml ./mkdocs-en.yml
+COPY docs ./build/docs
+COPY mkdocs.yml mkdocs.yml
RUN mkdocs build -f mkdocs.yml
-RUN mkdocs build -f mkdocs-en.yml
+
+COPY zh-hant/docs ./build/zh-hant/docs
+COPY zh-hant/mkdocs.yml ./zh-hant/mkdocs.yml
+RUN mkdocs build -f ./zh-hant/mkdocs.yml
+
+COPY en/docs ./build/en/docs
+COPY en/mkdocs.yml ./en/mkdocs.yml
+RUN mkdocs build -f ./en/mkdocs.yml
WORKDIR /hello-algo/site
EXPOSE 8000
diff --git a/docs/assets/avatar/avatar_curtishd.jpg b/docs/assets/avatar/avatar_curtishd.jpg
new file mode 100644
index 000000000..40d47610b
Binary files /dev/null and b/docs/assets/avatar/avatar_curtishd.jpg differ
diff --git a/docs/index.html b/docs/index.html
index 53aa17fcf..9726d5b33 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -111,22 +111,24 @@
500 幅动画图解、12 种编程语言代码、3000 条社区问答,助你快速入门数据结构与算法 500 幅动画图解、14 种编程语言代码、3000 条社区问答,助你快速入门数据结构与算法
+
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Zig, Rust
+
本书在开源社区 140 多位贡献者的共同努力下不断完善,感谢他们付出的时间与精力!
+本书在开源社区一百多位贡献者的共同努力下不断完善,感谢他们付出的时间与精力!
- Data Structures and Algorithms Crash Course with Animated Illustrations and Off-the-Shelf Code
+ Data structures and algorithms crash course with animated illustrations and off-the-shelf code
@@ -57,13 +57,13 @@ If you find this book helpful, please give it a Star :star: to support us, thank
> "An easy-to-understand book on data structures and algorithms, which guides readers to learn by minds-on and hands-on. Strongly recommended for algorithm beginners!"
>
-> **—— Junhui Deng, Professor of Computer Science, Tsinghua University**
+> **—— Junhui Deng, Professor, Department of computer science and technology, Tsinghua University**
> "If I had 'Hello Algo' when I was learning data structures and algorithms, it would have been 10 times easier!"
>
> **—— Mu Li, Senior Principal Scientist, Amazon**
-## Contribution
+## Contributing
> [!Important]
>
diff --git a/en/docs/index.html b/en/docs/index.html
new file mode 100644
index 000000000..9e72ce177
--- /dev/null
+++ b/en/docs/index.html
@@ -0,0 +1,367 @@
+
+ 500 animated illustrations, 14 programming languages, and 3000 community Q&As to help you quickly get started with data structures and algorithms “An easy-to-understand book on data structures and algorithms, which guides readers to learn by minds-on and hands-on. Strongly recommended for algorithm beginners!” —— Junhui Deng, Professor, Department of computer science and technology, Tsinghua University “If I had 'Hello Algo' when I was learning data structures and algorithms, it would have been 10 times easier!” —— Mu Li, Senior principal scientist, Amazon It's crafted for ease of understanding, ensuring a smooth learning journey. "A picture is worth a thousand words." Featuring multiple programming languages, all runnable with a single click. "Talk is cheap. Show me the code." Welcome discussions and questions with open arms. "Learning by teaching." This book has been enhanced through the collaborative efforts of more than 100 contributors. Thanks for their invaluable time and input!
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Endorsements
+ Animated illustrations
+
+
+
Off-the-shelf code
+ Learning together
+
+
Author
+ Code reviewers
+ Contributors
+
+
+
Data Structures and Algorithms Crash Course with Animated Illustrations and Off-the-Shelf Code
- - - -- - - Dive In - - - - Clone Repo - - - - Get PDF - -
- -The English version is brewing...
-Feel free to engage in Chinese-to-English translation and pull request review! For guidelines, please see #914.
-Quote
-"An easy-to-understand book on data structures and algorithms, which guides readers to learn by minds-on and hands-on. Strongly recommended for algorithm beginners!"
-—— Junhui Deng, Professor of Computer Science, Tsinghua University
-Quote
-"If I had 'Hello Algo' when I was learning data structures and algorithms, it would have been 10 times easier!"
-—— Mu Li, Senior Principal Scientist, Amazon
-Easy to understandSmooth learning curve
-"A picture is worth a thousand words."
-Multi programming languagesRun with one click
-"Talk is cheap. Show me the code."
-Discussion and questions welcomeReaders progress together
-"Learning by teaching."
-
-
-
-
-