Revisit the English version (#1835)

* Review the English version using Claude-4.5.

* Update mkdocs.yml

* Align the section titles.

* Bug fixes
This commit is contained in:
Yudong Jin
2025-12-30 17:54:01 +08:00
committed by GitHub
parent 091afd38b4
commit 45e1295241
106 changed files with 4195 additions and 3398 deletions
+6 -6
View File
@@ -1,14 +1,14 @@
# Glossary
# Terminology Table
The table below lists the important terms that appear in the book, and it is worth noting the following points.
The following table lists important terms that appear in this book. It is worth noting the following points:
- It is recommended to remember the English names of the terms to facilitate reading English literature.
- Some terms have different names in Simplified and Traditional Chinese.
- We recommend remembering the English names of terms to help with reading English literature.
- Some terms have different names in Simplified Chinese and Traditional Chinese.
<p align="center"> Table <id> &nbsp; Important Terms in Data Structures and Algorithms </p>
| English | 简体中文 | 繁体中文 |
| ------------------------------ | -------------- | -------------- |
| English | Simplified Chinese | Traditional Chinese |
| ------------------------------ | ------------------ | ------------------- |
| algorithm | 算法 | 演算法 |
| data structure | 数据结构 | 資料結構 |
| code | 代码 | 程式碼 |