Exemplo n.º 1
0
 public static void populateSqrMatrix(List<List<Integer>> matrix, int size) {
   populateMatrix(matrix, size, size);
 }