Project Euler #117: Red, green, and blue tiles

  • + 0 comments

    Nice series of problems (Problem 109, 114, 115, 116, 117) to become familiar with linear recurrence. Turn dynamic programming into matrix exponentiation.