From 6cbd528902d4e6eb7f79839a0c53031648c2d408 Mon Sep 17 00:00:00 2001 From: bd Date: Mon, 5 Aug 2024 14:19:21 -0600 Subject: Add information to README --- circular-primes/README.org | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'circular-primes') 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) -- cgit v1.2.3