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 3c41c0e commit 75151fbCopy full SHA for 75151fb
C++/the-maze-ii.cpp
@@ -1,5 +1,5 @@
1
// Time: O(max(r, c) * wlogw)
2
-// Space: O(w^2)
+// Space: O(w)
3
4
class Solution {
5
public:
0 commit comments