NumPy Project Euler Problem 9

Project Euler Problem 9 is a tough one. After reading the Pythagorean Triple Wikipedia page, I implemented a NumPy solution with Euclid's Formula.




1. Create m and n arrays
The Euclid's Formula defines indices m and n. We will create arrays to [...]



 •  0 comments  •  flag
Share on Twitter
Published on February 27, 2012 12:05
No comments have been added yet.