Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 54f6aad

Browse filesBrowse files
committed
Add primality tests.
1 parent 5699738 commit 54f6aad
Copy full SHA for 54f6aad

File tree

Expand file treeCollapse file tree

4 files changed

+1
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

4 files changed

+1
-1
lines changed
Open diff view settings
Collapse file

‎README.md‎

Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
  • Display the source diff
  • Display the rich diff
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)
Collapse file
  • Display the source diff
  • Display the rich diff
File renamed without changes.
Collapse file

‎…ity-tests/__test__/trialDivision.test.js‎ ‎…lity-test/__test__/trialDivision.test.js‎src/algorithms/math/primality-tests/__test__/trialDivision.test.js renamed to src/algorithms/math/primality-test/__test__/trialDivision.test.js src/algorithms/math/primality-tests/__test__/trialDivision.test.js renamed to src/algorithms/math/primality-test/__test__/trialDivision.test.js

Copy file name to clipboard
File renamed without changes.
Collapse file
File renamed without changes.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.