mirror of
https://github.com/krahets/hello-algo.git
synced 2025-12-19 07:17:54 +08:00
Update C, C++ installation.
This commit is contained in:
@@ -6,7 +6,7 @@ comments: true
|
||||
|
||||
## 算法定义
|
||||
|
||||
「算法 Algorithm」是在有限时间内解决问题的一组指令或操作步骤。算法具有以下特性:
|
||||
「算法 Algorithm」是在有限时间内解决特定问题的一组指令或操作步骤。算法具有以下特性:
|
||||
|
||||
- 问题是明确的,需要拥有明确的输入和输出定义。
|
||||
- 解具有确定性,即给定相同输入时,输出一定相同。
|
||||
|
||||
Reference in New Issue
Block a user