We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 722ed51 commit c4d7173Copy full SHA for c4d7173
src/test/java/com/thealgorithms/dynamicprogramming/MatrixChainMultiplicationTest.java
@@ -1,10 +1,9 @@
1
package com.thealgorithms.dynamicprogramming;
2
3
-import org.junit.jupiter.api.Test;
+import static org.junit.jupiter.api.Assertions.assertEquals;
4
5
import java.util.ArrayList;
6
-
7
-import static org.junit.jupiter.api.Assertions.assertEquals;
+import org.junit.jupiter.api.Test;
8
9
class MatrixChainMultiplicationTest {
10
0 commit comments