diff --git a/docs/chapter_introduction/what_is_dsa.md b/docs/chapter_introduction/what_is_dsa.md index 67b3c37e1..10ea25133 100644 --- a/docs/chapter_introduction/what_is_dsa.md +++ b/docs/chapter_introduction/what_is_dsa.md @@ -6,7 +6,7 @@ comments: true ## 算法定义 -「算法 Algorithm」是在有限时间内解决问题的一组指令或操作步骤。算法具有以下特性: +「算法 Algorithm」是在有限时间内解决特定问题的一组指令或操作步骤。算法具有以下特性: - 问题是明确的,需要拥有明确的输入和输出定义。 - 解具有确定性,即给定相同输入时,输出一定相同。 diff --git a/docs/chapter_preface/installation.md b/docs/chapter_preface/installation.md index 828365edf..e23608a68 100644 --- a/docs/chapter_preface/installation.md +++ b/docs/chapter_preface/installation.md @@ -15,10 +15,9 @@ comments: true 1. 下载并安装 [OpenJDK](https://jdk.java.net/18/)(版本需满足 > JDK 9)。 2. 在 VSCode 的插件市场中搜索 `java` ,安装 Java Extension Pack 。 +## C/C++ 环境 -## C++ 环境 - -1. Windows 系统需要安装 [MinGW](https://www.mingw-w64.org/downloads/) ,MacOS 自带 Clang 无需安装。 +1. Windows 系统需要安装 [MinGW](https://sourceforge.net/projects/mingw-w64/files/) ([完整配置教程](https://zhuanlan.zhihu.com/p/77074009)),MacOS 自带 Clang 无需安装。 2. 在 VSCode 的插件市场中搜索 `c++` ,安装 C/C++ Extension Pack 。 ## Python 环境