Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Ce metodă poate fi folosită pentru a sorta un tablou bidimensional după coloana 0?
Arrays.sort(matrix);
Arrays.sort(matrix, Comparator.comparingInt(a-> a[0]));
Arrays.sort(matrix, Comparator.comparingInt(a
-> a[0]));
Collections.sort(matrix);
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!