GPS

Date

January 2018

About Project

Program which calculates and displays the shortest path between two locations, developed with the functional programming language Racket. The program uses a backtracking algorithm to find all possible routes between two locations and then displays the shortest of all the possible routes.