Quick actions

cmd+k|ctrl+k

Navigation

Languages

vinhquang5.6

Snippet info

Language

Python

Visibility

public

Author

vinhquang-pyt

Created

2016-10-17T07:38:53Z

Updated

2016-10-17T07:38:53Z

# Ex6
# ---
# 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 10×10 grid?
# Similar to https://projecteuler.net/problem=15


INFO