Skip to content

Commit db29206

Browse files
committed
chore: add wikipedia link
1 parent 8fc2a55 commit db29206

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/java/com/thealgorithms/maths/SolovayStrassenPrimalityTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
* This class implements the Solovay-Strassen primality test,
77
* which is a probabilistic algorithm to determine whether a number is prime.
88
* The algorithm is based on properties of the Jacobi symbol and modular exponentiation.
9+
*
10+
* For more information, go to {@link https://en.wikipedia.org/wiki/Solovay%E2%80%93Strassen_primality_test}
911
*/
1012
class SolovayStrassenPrimalityTest {
1113

0 commit comments

Comments
 (0)