We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6e5eba commit 5e4c592Copy full SHA for 5e4c592
subtree-of-another-tree/rivkode.java
@@ -126,4 +126,5 @@ public boolean isSameTree(TreeNode root, TreeNode subRoot) {
126
127
// return checkEqual(root.left, subRoot.left) && checkEqual(root.right, subRoot.right);
128
// }
129
-// }
+// }
130
+
0 commit comments