Consider an grid. (A 4 4 grid is shown below)
How many paths are there from the top left corner to the bottom right corner?
(Recall that a path in a graph is a sequence of distinct vertices in the graph such that consecutive pairs of vertices are connected by edges from the graph.)
Note: There is no restriction about only moving right or down. You can move in any direction.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
No explanations have been posted yet. Check back later!