Refactor files to be in correctly nested packages (#6120)

This commit is contained in:
varada610
2025-01-10 23:17:40 -08:00
committed by GitHub
parent a9633c0000
commit 1e6ed97fcf
13 changed files with 75 additions and 77 deletions

View File

@@ -1,5 +1,4 @@
package com.thealgorithms.misc;
package com.thealgorithms.matrix;
import static org.junit.jupiter.api.Assertions.assertArrayEquals;
import java.util.stream.Stream;

View File

@@ -1,4 +1,4 @@
package com.thealgorithms.misc;
package com.thealgorithms.matrix;
import static org.junit.jupiter.api.Assertions.assertArrayEquals;
import static org.junit.jupiter.api.Assertions.assertThrows;

View File

@@ -1,4 +1,4 @@
package com.thealgorithms.misc;
package com.thealgorithms.matrix;
import static org.junit.jupiter.api.Assertions.assertEquals;

View File

@@ -1,4 +1,4 @@
package com.thealgorithms.misc;
package com.thealgorithms.matrix;
import static org.junit.jupiter.api.Assertions.assertArrayEquals;
import static org.junit.jupiter.api.Assertions.assertNull;

View File

@@ -1,4 +1,4 @@
package com.thealgorithms.others;
package com.thealgorithms.matrix;
import static org.junit.jupiter.api.Assertions.assertIterableEquals;