Project Euler – Problem 15 Solution
Problem 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? Solution It took me a while to figure out that this problem is actually a simple combination problem – consider a X by Y …