Skip to content

Commit df50d67

Browse files
author
lucifer
committed
fix: latex
1 parent 952dd7e commit df50d67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

problems/1031.maximum-sum-of-two-non-overlapping-subarrays.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,8 @@ public:
140140
141141
**复杂度分析**
142142
143-
- 时间复杂度:$O(N)$,其中 N 为数组长度。
144-
- 空间复杂度:$O(N)$,其中 N 为数组长度。
143+
- 时间复杂度:$$O(N)$$,其中 N 为数组长度。
144+
- 空间复杂度:$$O(N)$$,其中 N 为数组长度。
145145
146146
## 扩展
147147

0 commit comments

Comments
 (0)