upd lab2 (remove todo)

This commit is contained in:
Oleksii Aleshchenko 2023-04-06 15:34:29 +03:00
parent a61c59bf48
commit 07b17ca3cc
1 changed files with 0 additions and 1 deletions

View File

@ -95,7 +95,6 @@ public class Lab2 {
// System.exit(0);
}
}
// todo check repetition of minimal elements
int sum = 0;
for (int j = 0; j < MATRIX_C[0].length; j++) {
int tmpSmallest = MATRIX_C[0][j];