Skip to content

Commit b0f7799

Browse files
edit 156
1 parent 363a2bf commit b0f7799

File tree

1 file changed

+4
-4
lines changed
  • src/main/java/com/fishercoder/solutions

1 file changed

+4
-4
lines changed

src/main/java/com/fishercoder/solutions/_156.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@
1212
1
1313
/ \
1414
2 3
15-
/ \
16-
4 5
15+
/ \
16+
4 5
1717
return the root of the binary tree [4,5,2,#,#,3,1].
1818
4
1919
/ \
2020
5 2
21-
/ \
22-
3 1
21+
/ \
22+
3 1
2323
confused what "{1,#,2,3}" means? > read more on how binary tree is serialized on OJ.
2424
*/
2525
public class _156 {

0 commit comments

Comments
 (0)