TSP-Nearest-Insertion
A raw implementation of the nearest insertion algorithm to resolve TSP problems in a TXT format.
Instructions
- Load a txt file with the appropiate format.
- Make sure that your txt files containing the nodes coordinates is in the same folder as the program:
- Example FIle
- Execute first the format.py file and then the another.py
- DON'T EXECUTE AGAIN THE format.py FILE AGAIN, IT WILL REWRITES THE FILE