This website is a semi-functional mirror of the original Project Euler. More information is available on GitHub.
projecteuler.net

Lattice paths

Problem 15

Published on 19 April 2002 at 06:00 pm [Server Time]

Starting in the top left corner of a 2×2 grid, and only being able to move to the right and down, there are exactly 6 routes to the bottom right corner.

How many such routes are there through a 20×20 grid?


Answer:
Go to back to Problems