Problems / 2D Dynamic Programming / Unique Paths
#111 Medium Time O(m·n) Space O(m·n) Animated

Unique Paths

Count unique paths from top-left to bottom-right in m×n grid.

LeetCode ↗
Approach: Dynamic Programming (2D)
Click play to start
Step 0 / 0
Press play to start the visualization.

Steps