MyJuliaPackage

Documentation for MyJuliaPackage.

MyJuliaPackage.explorer_1dMethod

Base case for the recursion explorer. Checks just the best distance/duration in the set of streets we haven't traversed. :)

source
MyJuliaPackage.gredMethod

Greedy search approach to returning Solution. Uses depth forward search to determine a greedy choice. :)

source