bungogood / tsp-java

A collection of approximation algorithms for the travelling salesman problem.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Traveling Salesman Problem

  • Kruskal's algorithm
  • Prim's algorithm
  • Christofide's algorithm
  • Tour Improvements (K-OPT)

Tour Improvements

k-opt

Dataset:

This is a list of the 50 US states plus the District of Columbia and Puerto Rico making 52 entries. This dataset was taken form googles public datasets. It is stored in the res/states.csv with subsets of this data used for testing also contained within res.

References

About

A collection of approximation algorithms for the travelling salesman problem.

License:MIT License


Languages

Language:Java 100.0%