We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 870300b commit 1fb8235Copy full SHA for 1fb8235
leetcode/easy/437_path_sum_III.md
@@ -1,6 +1,6 @@
1
# 437. Path Sum III
2
3
-## Brute Force Recursive Solution
+## Brute Force Top Down Recursive Solution
4
- Runtime: O(3^N)
5
- Space: O(3^N)
6
- N = Number of nodes in tree
0 commit comments