We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8915808 commit 11c2b82Copy full SHA for 11c2b82
1 file changed
Testers/ממן14/Tester.java
@@ -54,7 +54,7 @@ public static String printArr(int[] arr) {
54
}
55
56
public static int[][] generateArrays() {
57
- int[][] mat = new int[100][];
+ int[][] mat = new int[1000][];
58
Random rnd = new Random();
59
60
for (int i = 0; i < mat.length; i++) {
0 commit comments