Skip to content

A collection of approximation algorithms for the travelling salesman problem.

License

Notifications You must be signed in to change notification settings

bungogood/tsp-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages