Browse Source

Add some links

Petra Lamborn 5 years ago
parent
commit
2456dab0ba
1 changed files with 11 additions and 1 deletions
  1. 11
    1
      README.md

+ 11
- 1
README.md View File

@@ -1,3 +1,13 @@
1 1
 # FediPrimes
2 2
 
3
-A simple prime-number bot, in python for mastodon/the fediverse.
3
+A simple prime-number bot, in python for mastodon/the fediverse.
4
+
5
+## Links of interest
6
+
7
+* [WP: Primality test](https://en.wikipedia.org/wiki/Primality_test)
8
+* [WP: Miller–Rabin primality test](https://en.wikipedia.org/wiki/Miller%E2%80%93Rabin_primality_test)
9
+* [WP: AKS primality test](https://en.wikipedia.org/wiki/AKS_primality_test)
10
+* [WP: Baillie–PSW primality test](https://en.wikipedia.org/wiki/Baillie%E2%80%93PSW_primality_test)
11
+* [SO: AKS Primes algorithm in Python](https://stackoverflow.com/questions/347811/aks-primes-algorithm-in-python)
12
+* [The Prime Facts: From Euclid to AKS](https://www.scottaaronson.com/writings/prime.pdf)
13
+* [The AKS primality test](https://terrytao.wordpress.com/2009/08/11/the-aks-primality-test/)