Search Results

0
votes

Most efficient code for the first 10000 prime numbers?

Not efficient at all, but you can use a regular expression to test for prime numbers. ^1?$|^(11+?)\1+$/ …