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 42fcf84 commit 06479d0Copy full SHA for 06479d0
Python/grid-teleportation-traversal.py
@@ -1,5 +1,5 @@
1
# Time: O(m * n)
2
-# Space: O(m + n)
+# Space: O(m * n)
3
4
import collections
5
0 commit comments