Skip to content

Commit d1c7f67

Browse files
committed
🐱(array): 56. 合并区间
补充复杂度
1 parent 6b16638 commit d1c7f67

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/data-structure/array/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -817,6 +817,10 @@ class Solution(object):
817817
return res
818818
```
819819

820+
复杂度:
821+
822+
- 时间复杂度:$O(nlogn)$
823+
- 空间复杂度:$O(n)$
820824

821825
## 66. 加一
822826

0 commit comments

Comments
 (0)