/tsp2

www.kiwi.com challenge

Primary LanguageGo

Travelling Salesman Challenge 2.0

My solution of Travelling Salesman Challenge 2.0. I used simulated annealing algorithm and Go programing language.

How to use

  • build GoLang program for your platform
  • run within terminal app.sh < ./data/3.in.txt

Flags

Name Value Description
duration 5s Max execution time
debug true Show debug information
cpu-profile ./profile.prof Enable cpu profiler
trace-log ./trace.log Enable trace log