Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 501 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 501 Bytes

RouteMap

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.