Skip to content

Commit 1f6185c

Browse files
authored
Update MatrixRowPermutation.java
1 parent 31c6d34 commit 1f6185c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/com/thealgorithms/matrix/MatrixRowPermutation.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
import java.util.ArrayList;
44
import java.util.List;
5-
65
/**
76
* Generate all possible permutations of the rows of a matrix.
87
* Useful for exploring different row arrangements while keeping column structure intact.

0 commit comments

Comments
 (0)