Problem 1483. Number of paths on a grid
Solution Stats
Problem Comments
-
5 Comments
Show
2 older comments
Tim
on 2 May 2013
It would be more elegant to define the solution for the 1x1 case as 1 rather than 0.
G K
on 11 May 2013
agree, but will leave as so, so as to not affect submitted solutions.
Rafael S.T. Vieira
on 20 Jul 2020
I disagree with the base case. A 1x1 matrix has 1 path. And, the empty matrix has no path (zero).
goc3
on 28 Sep 2020
The first test case has been changed from 0 to 1 without rescoring past solutions.
Tyler
on 13 Jul 2022
Very interesting problem when you think about it.
Solution Comments
Show commentsProblem Recent Solvers68
Suggested Problems
-
2732 Solvers
-
4229 Solvers
-
Increment a number, given its digits
630 Solvers
-
553 Solvers
-
344 Solvers
More from this Author10
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!