Skip to content

Commit 8ff4a1d

Browse files
authored
Update 312.burst-balloons.md
1 parent 038292c commit 8ff4a1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

problems/312.burst-balloons.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ var maxCoins = function (nums) {
141141

142142
**复杂度分析**
143143
- 时间复杂度:$O(N ^ 3)$
144-
- 空间复杂度:$O(N)$
144+
- 空间复杂度:$O(N ^ 2)$
145145

146146
### 总结
147147

0 commit comments

Comments
 (0)