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