Skip to content
This repository has been archived by the owner on Feb 7, 2019. It is now read-only.

Latest commit

 

History

History
6 lines (5 loc) · 295 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 295 Bytes

travelling-salesman-gmaps

Non-optimal solution to the travelling salesman problem, using Google's Distance Matrix API and representing results on a Google Maps map. Run "python maps.py --help" to list the options.

Requires the package googlemaps, obtainable through 'pip install googlemaps'