Skip to content

Commit 54f6aad

Browse files
committed
Add primality tests.
1 parent 5699738 commit 54f6aad

File tree

4 files changed

+1
-1
lines changed

4 files changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
* [Fibonacci Number](https://github.com/trekhleb/javascript-algorithms/tree/master/src/algorithms/math/fibonacci)
3232
* [Cartesian Product](https://github.com/trekhleb/javascript-algorithms/tree/master/src/algorithms/math/cartesian-product)
3333
* [Power Set](https://github.com/trekhleb/javascript-algorithms/tree/master/src/algorithms/math/power-set)
34-
* [Primality Tests](https://github.com/trekhleb/javascript-algorithms/tree/master/src/algorithms/math/primality-tests)
34+
* [Primality Test](https://github.com/trekhleb/javascript-algorithms/tree/master/src/algorithms/math/primality-test)
3535
* Collatz Conjecture algorithm
3636
* Extended Euclidean algorithm
3737
* Euclidean algorithm to calculate the Greatest Common Divisor (GCD)

0 commit comments

Comments
 (0)