We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
Project Euler #77: Prime summations
Project Euler #77: Prime summations
Sort by
recency
|
13 Discussions
|
Please Login in order to post a comment
python
Wrong answer for Test case 3. All others are correct. What could it be?
UPDATE: I found the answer, the error was in small dimesion of the array. Now 100 % is done.
You should learn by heart 2 classic algorithms: Coin Change algorithm and Sieve Primes algorithm
Took me a bit of time to get the implementation of the loops right. Really have to brush up on my dynamic programming skills.