The Historians are quite pixelated again. This time, a massive, black building looms over you - you’re right outside the CPU!
While The Historians get to work, a nearby program sees that you’re idle and challenges you to a race. Apparently, you’ve arrived just in time for the frequently-held race condition festival!
Solution in Java
Full source can be found: in GitHub
Part 1
To represent each point in the grid of the assignment I created the GridPlace
class. Which contains the value of the character in the grid as well as the distance from the start (as computed by the path taken).