摘要:
注意:明确每一次赋值给新数组的数据的行和列 public class Demo08 { public static void main(String[] args) { int[][] arr ={{1,2,5},{3,4,6},{7,8,9}}; spin(arr); } public stati 阅读全文
摘要:
class Solution01 { public static int kthLargestElement(int n, int[] nums) { /*ArrayList<Integer> list =new ArrayList<>(); for (int i = 0; i <nums.leng 阅读全文