Skip to content
Prev Previous commit
Next Next commit
refactor the code
  • Loading branch information
BanulaKumarage committed Oct 3, 2025
commit 609cd0256a7b577ee0e637a92fc4feb00e3a033b
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
package com.thealgorithms.maths;

import static org.junit.jupiter.api.Assertions.*;
import static org.junit.jupiter.api.Assertions.assertEquals;
import static org.junit.jupiter.api.Assertions.assertThrows;

import java.util.stream.Stream;
import org.junit.jupiter.api.DisplayName;
Expand Down
Loading