mirror of
https://github.com/krahets/hello-algo.git
synced 2026-07-13 15:56:05 +00:00
Use underline format for the technical terms (#1213)
* Use underline format for the technical terms * Bug fixes
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
## 算法定义
|
||||
|
||||
「算法 algorithm」是在有限时间内解决特定问题的一组指令或操作步骤,它具有以下特性。
|
||||
<u>算法(algorithm)</u>是在有限时间内解决特定问题的一组指令或操作步骤,它具有以下特性。
|
||||
|
||||
- 问题是明确的,包含清晰的输入和输出定义。
|
||||
- 具有可行性,能够在有限步骤、时间和内存空间下完成。
|
||||
@@ -10,7 +10,7 @@
|
||||
|
||||
## 数据结构定义
|
||||
|
||||
「数据结构 data structure」是计算机中组织和存储数据的方式,具有以下设计目标。
|
||||
<u>数据结构(data structure)</u>是计算机中组织和存储数据的方式,具有以下设计目标。
|
||||
|
||||
- 空间占用尽量少,以节省计算机内存。
|
||||
- 数据操作尽可能快速,涵盖数据访问、添加、删除、更新等。
|
||||
|
||||
Reference in New Issue
Block a user