Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
yennanliu committed Sep 3, 2023
1 parent bb2c104 commit 729fc9d
Showing 1 changed file with 0 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -104,24 +104,4 @@ public int max(int[] nums, int l, int r) {
return max_i;
}


// public static void main(String[] args) {
//
// Integer[] _nums = new Integer[]{1,2,3};
// Integer[] sub = Arrays.copyOfRange(_nums, 0, 2);
//
// System.out.println(_nums);
// System.out.println(Arrays.asList(_nums).indexOf(3));
//
// Integer[] array1 = {2, 4, 6, 8, 10};
// int index = Arrays.asList(array1).indexOf(8);
// System.out.println("Found element at location at index:"+index);
//
//
//// for(int x :sub){
//// System.out.println(x);
//// }
// //System.out.println(Arrays.copyOfRange(_nums, 0,3));
// }

}

0 comments on commit 729fc9d

Please sign in to comment.