• Stars
    star
    1
  • Language
    Python
  • Created over 5 years ago
  • Updated over 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A version of the travelling salesman problem. Takes a list of cities and their coordinates and determines, using the closest neighbour method, both the shortest route and the optimum staring position.