Correct the usage of 地 and 得.

This commit is contained in:
Yudong Jin
2022-12-03 01:58:23 +08:00
parent 9bd5980a81
commit 28c134c15f
2 changed files with 2 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ comments: true
- **时间效率** ,即算法的运行速度的快慢。
- **空间效率** ,即算法占用的内存空间大小。
数据结构与算法追求 “运行快、内存占用少” ,而如何去评价算法效率则是非常重要的问题。
数据结构与算法追求 “运行快、内存占用少” ,而如何去评价算法效率则是非常重要的问题。
## 效率评估方法