Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Christofides

This is a Java implementation of Christofides algorithm for solving the Travelling Salesman Problem.

The points for the instance to be solved should be stored in a text or csv file in the data folder. The file should be structured as follows:

x1,y1
x2,y2
...

About

Java implementation of Christofides algorithm for solving the Travelling Salesman Problem

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages