Best language to solve TSP? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Best language to solve TSP?

Hi guys, my question is what is the best language to solve traveling salesman problem (finding shortest path between N points). I am using C# + windowsformapplication and the result is pretty good, but not best. Anyone help?

11th Jan 2017, 10:47 PM
Štěpán Chvatík
Štěpán Chvatík - avatar
1 Answer
+ 1
Using a different language isn't going to make the problem simpler to solve. The best you can hope for is better support for parallelization. The algorithm you use matters far more than the tools in situations like these.
12th Jan 2017, 12:39 AM
James Durand
James Durand - avatar