From a88e01ef00d35bfbd69418df0845bf2f29cec4d6 Mon Sep 17 00:00:00 2001 From: imdonnie <42952467+imdonnie@users.noreply.github.com> Date: Sat, 8 Dec 2018 15:53:16 +0800 Subject: [PATCH] =?UTF-8?q?Polish=20the=20structure=20of=20chapters=20and?= =?UTF-8?q?=20Add=20a=20new=20chapter=20'=E7=AE=97=E6=B3=95=E4=B8=8E?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E7=BB=93=E6=9E=84'=20(#31521)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Polish the structure of chapters and Add a new chapter '算法与数据结构' * fix some translation error --- guide/chinese/computer-science/index.md | 47 ++++++++++++++----------- 1 file changed, 26 insertions(+), 21 deletions(-) diff --git a/guide/chinese/computer-science/index.md b/guide/chinese/computer-science/index.md index 59c5b8bbee..45bab529cb 100644 --- a/guide/chinese/computer-science/index.md +++ b/guide/chinese/computer-science/index.md @@ -12,28 +12,33 @@ localeTitle: 计算机科学 # 计算机科学领域 -计算机科学分为几个领域。以下是目前已建立和研究得很好的领域。大多数字段进一步分类为sub0fields。 +计算机科学分为几个领域。以下是目前已建立和研究得很好的领域。大多数领域可以进一步细分为子领域。 + +- 计算理论 + - 复杂性理论 + - 形式方法 + - 分布式算法 +- 安全 + - 加密
+- 人工智能 + - 数据挖掘 + - 机器学习 + - 计算机视觉 +- 软件工程 +- 数据科学 + - 大数据 +- 人机交互 + - 脑计算机接口 +- 系统 + - 分布式系统 + - 操作系统 + - 数据库系统 +- 算法与数据结构 + - 原生数据结构 + - 抽象数据结构 + - 算法:时间复杂度,空间复杂度 -* [计算理论](https://en.wikipedia.org/wiki/Theory_of_computation) -* 复杂性理论 -* 形式方法 -* 分布式算法 -* [安全](https://en.wikipedia.org/wiki/Computer_security) -* 加密 -* [人工智能](https://en.wikipedia.org/wiki/Artificial_intelligence) -* 数据挖掘 -* 机器学习 -* 计算机视觉 -* [软件工程](https://en.wikipedia.org/wiki/Software_engineering) -* [数据科学](https://en.wikipedia.org/wiki/Data_science) -* 大数据 -* [人机交互](https://en.wikipedia.org/wiki/Human%E2%80%93computer_interaction) -* 脑计算机接口 -* 系统 -* 分布式系统 -* 操作系统 -* 数据库系统 ## 更多信息 -[数据结构的可视化](http://www.cs.usfca.edu/~galles/JavascriptVisual/Algorithms.html) \ No newline at end of file +[数据结构的可视化](http://www.cs.usfca.edu/~galles/JavascriptVisual/Algorithms.html)