Simple Travelling salesman problem
807601May 20 2008 — edited May 22 2008 Dear Anyone,
i know this query mite sound silly but the fact is i haven found a neat solution to this simple problem on the internet or the forum.. All existing solutions are way too complicated using Genetic algorithms or annealing etc.
I have a list of 10 places with respective lat/lon. I want to sort them in the travelling Salesman problem taking the first place as origin. Since there are only 10 places, i guess even Brute Force method is practical. So can anyone help out with sample codes or links??? I am kinda newbie in this area of coding..