Skip to content

Commit a7cb63b

Browse files
committed
modify code
1 parent fbea0d2 commit a7cb63b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/class07/Code06_IsBinarySearchTree.java renamed to src/class07/Code05_IsBinarySearchTree.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package class07;
22

3-
public class Code06_IsBinarySearchTree {
3+
public class Code05_IsBinarySearchTree {
44

55
public static class TreeNode {
66
public int val;

0 commit comments

Comments
 (0)