File tree 4 files changed +1
-1
lines changed
src/algorithms/math/primality-test
4 files changed +1
-1
lines changed Original file line number Diff line number Diff line change 31
31
* [ Fibonacci Number] ( https://github.com/trekhleb/javascript-algorithms/tree/master/src/algorithms/math/fibonacci )
32
32
* [ Cartesian Product] ( https://github.com/trekhleb/javascript-algorithms/tree/master/src/algorithms/math/cartesian-product )
33
33
* [ 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 )
35
35
* Collatz Conjecture algorithm
36
36
* Extended Euclidean algorithm
37
37
* Euclidean algorithm to calculate the Greatest Common Divisor (GCD)
File renamed without changes.
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments