This repo contains my solution to the huddle satnav problem. Please find two files RouteMap.java and RouteMapTest.java. RouteMap.java contains the classes and methods needed to solve all elements of the problem and RouteMapTest.java demonstrates that it solves the given test data. To build and run this code navigate to the cloned directory and run the commands
javac RouteMap.java RouteMapTest.java
java RouteMapTest
Edit RouteMapTest and recompile to further test the funcitons.