Find the best approximate solution you can to https://en.wikipedia.org/wiki/Travelling_salesman_problem The routes shown are initially completely random. Your code should replace the random solution with a better one. The final displayed distance is the total over 10 trials at different sizes. The individual data for each trial is also displayed. All routes are redrawn on completion. You're welcome to also display intermediate results as you calculate.
The solve code is all my own, but it can't get past the first 30 for some reason