File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
main/java/com/thealgorithms/maths
test/java/com/thealgorithms/maths Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 1
- package com .thealgorithms .maths . Prime ;
1
+ package com .thealgorithms .maths ;
2
2
3
3
import java .math .BigInteger ;
4
4
import java .util .Random ;
Original file line number Diff line number Diff line change 1
- package com .thealgorithms .maths . prime ;
1
+ package com .thealgorithms .maths ;
2
2
3
3
import static org .junit .jupiter .api .Assertions .assertFalse ;
4
4
import static org .junit .jupiter .api .Assertions .assertThrows ;
5
5
import static org .junit .jupiter .api .Assertions .assertTrue ;
6
6
import static org .mockito .ArgumentMatchers .any ;
7
7
8
- import com .thealgorithms .maths .Prime .EulerPseudoprime ;
9
8
import java .math .BigInteger ;
10
9
import org .junit .jupiter .api .Test ;
11
10
import org .mockito .MockedStatic ;
You can’t perform that action at this time.
0 commit comments