Navigation Paths Between Two Points
Consider a rectangular grid of 4×3 with lower left corner named as A
and upper right corner named B. Suppose that starting point is A and you
can move one step up(U) or one step right(R) only. This is continued
until B is reached.
How many different paths from A to B possible ?
Here is calculation of total number of paths.
How many different paths from A to B possible ?
Here is calculation of total number of paths.