Skip to content

Commit 11c2b82

Browse files
committed
Increased check to 1000 arrays
1 parent 8915808 commit 11c2b82

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Testers/ממן14/Tester.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public static String printArr(int[] arr) {
5454
}
5555

5656
public static int[][] generateArrays() {
57-
int[][] mat = new int[100][];
57+
int[][] mat = new int[1000][];
5858
Random rnd = new Random();
5959

6060
for (int i = 0; i < mat.length; i++) {

0 commit comments

Comments
 (0)