Skip to content

Commit 5e4c592

Browse files
committed
rivkode add lines
1 parent e6e5eba commit 5e4c592

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

subtree-of-another-tree/rivkode.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,4 +126,5 @@ public boolean isSameTree(TreeNode root, TreeNode subRoot) {
126126

127127
// return checkEqual(root.left, subRoot.left) && checkEqual(root.right, subRoot.right);
128128
// }
129-
// }
129+
// }
130+

0 commit comments

Comments
 (0)