You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This Python program solves the Traveling Salesman Problem (TSP), where a salesman needs to find the shortest path to visit a list of cities exactly once and return to the starting city.
4
+
5
+
## Features
6
+
7
+
- Create a distance matrix by inputting distances between cities. 🏙⬅🏙
8
+
- Find the shortest path using the brute-force TSP algorithm. 🛣
9
+
- Display the result with city numbers in the path. 📍
0 commit comments