mirror of
https://github.com/youngyangyang04/leetcode-master.git
synced 2026-02-02 18:39:09 +08:00
优化排版,把复杂度标记为公式
This commit is contained in:
@@ -51,7 +51,7 @@ public:
|
||||
};
|
||||
```
|
||||
|
||||
如上代码并不能通过leetcode,超时了,因为时间复杂度是O(n^2)。
|
||||
如上代码并不能通过leetcode,超时了,因为时间复杂度是$O(n^2)$。
|
||||
|
||||
## 动态规划
|
||||
|
||||
|
||||
Reference in New Issue
Block a user