Tree Traversal

A place to stick all my tree traversal algorithms so I don't forget them

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.