Skip to content

Commit 30d1a01

Browse files
committed
modify code
1 parent a97ed1b commit 30d1a01

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/class03/Code04_BSAwesome.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
public class Code04_BSAwesome {
44

5-
// arr 整体无序
65
// arr 相邻的数不相等!
76
public static int oneMinIndex(int[] arr) {
87
if (arr == null || arr.length == 0) {

0 commit comments

Comments
 (0)