I have a 2D array and the value I want to sort by is in the array[0][0]...array[0][n] position. Can I just call Arrays.sort(array) without implementing a comparator function?I have a 2D array and the value I want to sort
I have a 2D array and the value I want to sort by is in the array[0][0]...array[0][n] position. Can I just call Arrays.sort(array) without implementing a comparator function?I have a 2D array and the value I want to sort