Remove the file headers from the docs.

This commit is contained in:
krahets
2023-02-26 02:19:40 +08:00
parent 2b33f7bc5f
commit b25aadae6f
44 changed files with 0 additions and 176 deletions

View File

@@ -1,7 +1,3 @@
---
comments: true
---
# 算法效率评估
## 算法评价维度

View File

@@ -1,7 +1,3 @@
---
comments: true
---
# 空间复杂度
「空间复杂度 Space Complexity」统计 **算法使用内存空间随着数据量变大时的增长趋势**。这个概念与时间复杂度很类似。

View File

@@ -1,7 +1,3 @@
---
comments: true
---
# 权衡时间与空间
理想情况下,我们希望算法的时间复杂度和空间复杂度都能够达到最优,而实际上,同时优化时间复杂度和空间复杂度是非常困难的。

View File

@@ -1,7 +1,3 @@
---
comments: true
---
# 小结
### 算法效率评估

View File

@@ -1,7 +1,3 @@
---
comments: true
---
# 时间复杂度
## 统计算法运行时间