Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 319 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 319 Bytes

Travellingsalesman

The purpose of this project is to look at The Travelling Salesman Problem. If a salesman has to visit a series of towns before returning back to base, what is the shortest route that can be taken? Obviously the shortest route will depend on the layout of the points and the distances between them.