Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 570 Bytes

File metadata and controls

23 lines (14 loc) · 570 Bytes

Description

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.

Exercise

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

Solution

You can find the algorithm to solve this challenge inside challenge.cpp

Click here to see the result!

Result is: 137,846,528,820