Project Euler – Problem 83 Solution
The problem description is here, and click here to see all my other Euler solutions in F#. This is a more difficult version of problem 82, and now you can move in all four directions! As before, we start by loading the input data into a 2D array: and initialize another matrix of the same …