This application
- plots the location of user-specified US zip codes on a map by querying a database of longitudes and latitudes
- calculates the optimal path, or Hamiltonian cycle, for the Traveling Salesman Problem with Maple graph theory functionality,
- and draws an undirected graph highlighting the Hamiltonian cycle.
You will need to install PostreSQL to query the zip code database provided with this application.