Skip to content

Commit 75151fb

Browse files
authored
Update the-maze-ii.cpp
1 parent 3c41c0e commit 75151fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

C++/the-maze-ii.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Time: O(max(r, c) * wlogw)
2-
// Space: O(w^2)
2+
// Space: O(w)
33

44
class Solution {
55
public:

0 commit comments

Comments
 (0)