Skip to content

Commit bdd41b9

Browse files
authored
Update minimum-operations-to-make-a-uni-value-grid.cpp
1 parent 4057e47 commit bdd41b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

C++/minimum-operations-to-make-a-uni-value-grid.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Time: O(m * n)
1+
// Time: O(m * n) on average
22
// Space: O(m * n)
33

44
class Solution {

0 commit comments

Comments
 (0)