Skip to content

Commit 1fb8235

Browse files
author
Joseph Luce
authored
Update 437_path_sum_III.md
1 parent 870300b commit 1fb8235

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

leetcode/easy/437_path_sum_III.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 437. Path Sum III
22

3-
## Brute Force Recursive Solution
3+
## Brute Force Top Down Recursive Solution
44
- Runtime: O(3^N)
55
- Space: O(3^N)
66
- N = Number of nodes in tree

0 commit comments

Comments
 (0)