Skip to content

Commit de7e5c9

Browse files
authored
Update find-bottom-left-tree-value.py
1 parent 97a688a commit de7e5c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/find-bottom-left-tree-value.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def findBottomLeftValueHelper(root, curr_depth, max_depth, bottom_left_value):
2121

2222

2323
# Time: O(n)
24-
# Space: O(h)
24+
# Space: O()
2525
import collections
2626

2727

0 commit comments

Comments
 (0)