Max Path Sum

Given a grid, find the largest sum of all possible paths only moving down or to the right.

Count Paths

Given a grid, count the number of paths from the top-left to the bottom-right.

Minimum Coins

Of all the possible coin combination, return the one with the fewest coins.

Fibonacci Followup

"I want to say this solution is hidden by the way the problem tends to be phrased."