Learn
Practice
Newsletter
Resources
F
Toggle theme
0
F
Toggle theme
0
Toggle menu
← Back to All Animations
Path Sum III
Bookmark
Input
Example 1
Example 2
Simple Tree
Custom
tree
=
[10, 5, -3, 3, 2, null, 11, 3, -2, null, 1]
,
targetSum
=
8
10
5
-3
3
2
11
3
-2
1
prefixSumCount
algo
master
.
io
Step:
Start: Count paths that sum to targetSum
0 / 89
Input
Example 1
Example 2
Simple Tree
Custom
tree
=
[10, 5, -3, 3, 2, null, 11, 3, -2, null, 1]
,
targetSum
=
8
0 / 89
10
5
-3
3
2
11
3
-2
1
prefixSumCount
algo
master
.
io
Step:
Start: Count paths that sum to targetSum