how to sort 2d matrix in c++? code example Example: sort 2d array Arrays.sort(myArr, (a, b) -> Double.compare(a[0], b[0]));