You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: November 2024 GFG SOLUTION/06(Nov) Root to leaf paths sum.md
+1
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,7 @@ The problem can be found at the following link: [Problem Link](https://www.geeks
6
6
7
7
Given a binary tree where each node value is a number, find the sum of all the numbers formed from root to leaf paths. The formation of these numbers follows the pattern `10 * parent + current`. The aim is to accumulate the values for each leaf path and return the total sum.
0 commit comments