Skip to content

Commit 870300b

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

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,4 +1,4 @@
1-
# 112. Path Sum
1+
# 437. Path Sum III
22

33
## Brute Force Recursive Solution
44
- Runtime: O(3^N)

0 commit comments

Comments
 (0)