Skip to content

Commit 1ee966f

Browse files
committed
day 34
1 parent 7ed5547 commit 1ee966f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Diff for: tree_problems/printAllRootToLeafPath.cpp

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
/**
22
* Given a binary tree, print out all root to leaf path, one per line.
33
* Example :
4-
* 1
5-
* / \
6-
* 2 3
7-
* / \
8-
* 4 5
4+
* 1
5+
* / \
6+
* 2 3
7+
* / \
8+
* 4 5
99
* Possible paths in above tree:
1010
* 1 2 4
1111
* 1 2 5

0 commit comments

Comments
 (0)