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 fbea0d2 commit a7cb63bCopy full SHA for a7cb63b
src/class07/Code06_IsBinarySearchTree.java renamed to src/class07/Code05_IsBinarySearchTree.java
@@ -1,6 +1,6 @@
1
package class07;
2
3
-public class Code06_IsBinarySearchTree {
+public class Code05_IsBinarySearchTree {
4
5
public static class TreeNode {
6
public int val;
0 commit comments