Each algorithm calculates the total distance of the coordinates in the dataset and plots the connecting path wth NetworkX library.
To run, place all of the files in the same directory. wi29.tsp contains a set of 29 city coordinates. sample.tsv contains a set of 131 city coordinates. Output of each file will be the total distance calculated by the algorithm and the graph of path taken by the algorithm.
- NetworkX
- Matplotlib