Skip to content

#62 - Unique Paths

MediumDP - Multidimensional
Open on LeetCode

A robot is at the top-left corner of an m × n grid. It can only move right or down. How many unique paths exist to reach the bottom-right corner?

InputOutput
m = 3, n = 728
m = 3, n = 23

Released under the MIT License.