summaryrefslogtreecommitdiff
path: root/circular-primes/README.org
diff options
context:
space:
mode:
Diffstat (limited to 'circular-primes/README.org')
-rw-r--r--circular-primes/README.org4
1 files changed, 4 insertions, 0 deletions
diff --git a/circular-primes/README.org b/circular-primes/README.org
index 132552f..a9e843c 100644
--- a/circular-primes/README.org
+++ b/circular-primes/README.org
@@ -4,6 +4,10 @@ The above problem asks us to calculate all of the circular primes below 1,000,00
197, 971, and 719
+** Note to Self
+
+It would be interesting to try and optimize this one to go fast. Also see https://primes.utm.edu/glossary/page.php/CircularPrime.html for a useful noticing on circular primes.
+
** Solution
*** First (Faster, at 1m50s on my laptop)