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 227adac commit 26d823bCopy full SHA for 26d823b
set-matrix-zeroes/nhistory.js
@@ -21,4 +21,4 @@ var setZeroes = function (matrix) {
21
};
22
23
// TC: O(m*n)
24
-// SC: O(m*n)
+// SC: O(m+n)
0 commit comments