Grid Unique Paths
Last updated
Last updated
For a grid of size .
The robot needs to move right and down.
The robot needs to make a total of moves
So we need to make a string of size 12 that contains R
s and D
s
This could be present in any combination.
Here we can place R
and D
fall in the remaining positions.
So we need to choose โ places out of โ.
This can be done in โ ways.