Skip to content

Commit f3e9d7b

Browse files
committed
Time: 5283 ms (22.38%), Space: 25.8 MB (95.43%) - LeetHub
1 parent 12d5784 commit f3e9d7b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

2812-find-the-safest-path-in-a-grid/2812-find-the-safest-path-in-a-grid.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# time complexity: O(n^2logn)
2+
# space complexity: O(n^2)
13
from collections import deque
24
from typing import List
35

0 commit comments

Comments
 (0)