This project implements a web application using Streamlit to solve the Traveling Salesman Problem (TSP) using 5 different algorithms,Brute Force, Nearest Neighbour, Held Karp, Genetic Algoirthm and Ant Colony Optimization. Users can select an algorithm to visualize the best tour and its total distance.
Live Demo: TSP Explorer Web App