mirror of
https://gitee.com/TheAlgorithms/LeetCodeAnimation.git
synced 2024-12-06 15:19:44 +08:00
1351 solved
This commit is contained in:
parent
0697726816
commit
a6a505ae08
@ -169,7 +169,8 @@ var countNegatives = function(arr) {
|
||||
|
||||
## 复杂度分析
|
||||
|
||||
时间复杂度: O(m)。
|
||||
时间复杂度: O(mn)。 因为如果矩阵中所有的数都为正数,那么要遍历整个矩阵,所以时间复杂度是O(mn)。
|
||||
|
||||
|
||||
空间复杂度:O(1)。
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user