Monday, May 27, 2013

project euler problem 191

Prize Strings

This is a simple dynamic programming problem.  The time needed is less than 1 ms. I am surprised to find that I used a brute force style algorithm to get the answer in my old code.

No comments:

Post a Comment