We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4057e47 commit bdd41b9Copy full SHA for bdd41b9
C++/minimum-operations-to-make-a-uni-value-grid.cpp
@@ -1,4 +1,4 @@
1
-// Time: O(m * n)
+// Time: O(m * n) on average
2
// Space: O(m * n)
3
4
class Solution {
0 commit comments