Accenture | Online | Person coins
Travelling down a grid
A person is trying to reach the bottom of a n x m grid. The person starts with 1000 coins. Person wants to find a away that will leave the largest amount of coins in person pocket.
Any ideas how to do it?
I've a problem with that queston. I've tried to use a recursion, but I couldn't make it.