Skip to content

Commit

Permalink
update 0454.四数相加II:添加复杂度分析
Browse files Browse the repository at this point in the history
  • Loading branch information
juguagua authored Mar 19, 2023
1 parent 3b79659 commit 08a984d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions problems/0454.四数相加II.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,9 @@ public:

```
* 时间复杂度: O(n^2)
* 空间复杂度: O(n^2),最坏情况下A和B的值各不相同,相加产生的数字个数为 n^2
Expand Down

0 comments on commit 08a984d

Please sign in to comment.