You are viewing a single comment's thread. Return to all comments →
The only way (I've found) to pass all test in Python is to precompute all pandigital primes and then answer queries using this array.
Seems like cookies are disabled on this browser, please enable them to open this website
Project Euler #41: Pandigital prime
You are viewing a single comment's thread. Return to all comments →
The only way (I've found) to pass all test in Python is to precompute all pandigital primes and then answer queries using this array.