优化排版,把复杂度标记为公式

This commit is contained in:
bqlin
2021-12-10 20:07:53 +08:00
parent 973582cd7e
commit 90638af21a
96 changed files with 462 additions and 449 deletions

View File

@@ -112,8 +112,8 @@ public:
};
```
* 时间复杂度O(nlogn) 有一个快排
* 空间复杂度O(1)我没有算result数组返回值所需容器占的空间
* 时间复杂度$O(n\log n)$ 有一个快排
* 空间复杂度$O(1)$我没有算result数组返回值所需容器占的空间
## 总结