Solved ProjectEuler/016: php, ruby

This commit is contained in:
FuryFire
2012-03-09 10:43:52 +01:00
parent 0dc93ee0ee
commit 58f1e0c541
4 changed files with 31 additions and 1 deletions

View File

@ -1,4 +1,4 @@
title: Find the longest sequence using a starting number under one million.
title: Starting in the top left corner in a 20 by 20 grid, how many routes are there to the bottom right corner?
url: http://projecteuler.net/problem=15
desc: |