
stevarino.com
stevarino - a weblogProject Euler Challenge #3 : Finding Primes. Thursday, July 24, 2014. Finally, it gets interesting. Below is my third attempt on this problem, the first taking so long to complete that I improved it before its first iteration, and the second just wasn’t good enough. Def find primes(number): Returns a set of primes primes = set() if number! In this solution, I learned some basic uses for python’s set builtin. I’m a better person today. July 24, 6:48pm. Project Euler Challenge #2 : Fibonacci Sums. After a ...
http://www.stevarino.com/