Roberto Selbach
Roberto Selbach
Home
Blog
Light
Dark
Automatic
python
Euler 15 in Python
This one isn’t even funny… Starting in the top left corner of a 2×2 grid, there are 6 routes (without backtracking) to the bottom right corner. How many routes are there through a 20×20 grid?
Aug 7, 2010
1 min read
Programming
Euler 11 in Python
Project Euler’s problem #11 statement goes: In the 20×20 grid below, four numbers along a diagonal line have been marked in red. 08 02 22 97 38 15 00 40 00 75 04 05 07 78 52 12 50 77 91 08
Aug 6, 2010
3 min read
Programming
Euler 10 in Python
I decided to take on Project Euler’s problem #10. Its statement goes like this: The sum of the primes below 10 is [pmath]2 + 3 + 5 + 7 = 17[/pmath].
Aug 6, 2010
3 min read
Programming
Euler 9
So the other night I was a bit bored and decided to do something to pass the time. I first came across Project Euler a while ago, but had never gone further than problem #1.
Aug 3, 2010
2 min read
Programming
Euler 6
So the other night I was a bit bored and decided to do something to pass the time. I first came across Project Euler a while ago, but had never gone further than problem #1.
Aug 3, 2010
1 min read
Programming
Euler 5
So the other night I was a bit bored and decided to do something to pass the time. I first came across Project Euler a while ago, but had never gone further than problem #1.
Aug 3, 2010
2 min read
Programming
Euler 4
So the other night I was a bit bored and decided to do something to pass the time. I first came across Project Euler a while ago, but had never gone further than problem #1.
Aug 3, 2010
1 min read
Programming