GeeksforGeeks » Interview Questions
Count of paths
(2 posts)-
How many paths from one corner to the diagonally opposite corner in an n x n matrix do not cross the diagonal?
-
(1/n+1)2nCn
Reply
You must log in to post.
How many paths from one corner to the diagonally opposite corner in an n x n matrix do not cross the diagonal?
(1/n+1)2nCn
You must log in to post.