Skip to content

Commit 57f9260

Browse files
authored
Update closest-node-to-path-in-tree.py
1 parent 4636fda commit 57f9260

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/closest-node-to-path-in-tree.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Time: O(n + q)
2-
# Space: O(n)
2+
# Space: O(n + q)
33

44
import collections
55
from functools import partial

0 commit comments

Comments
 (0)