public class Solution { public int[] FindDiagonalOrder(int[][] mat) { } }