Skip to content

rosenauk/TSP

Repository files navigation

TSP

Using Nearest Neighbor method to solve TSP

to run on flip server:

g++ TSP2.cpp -o main

./main 'input file'

make sure:

.cpp file is in the same place as any input files used

New way to run with time tracking:

g++ TSP2.cpp --std=c++11

a.out 'input file'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published