Algorithm Design
7 [8 Points] Given a 2D grid of N x M nodes, set up a recurrence relation, with initial conditions, for use in a dynamic programming method to determine the number of different paths going from the start node (top left) to the finish node (bottom-right), moving only right and down.
M Columns
Start