Skip to content
#

traveling-salesman

Here are 52 public repositories matching this topic...

This project demonstrates route optimization algorithms (Ant Colony Optimization and Nearest Neighbor) for urban logistics using real geographical coordinates and travel time data from the OpenRouteService API. It supports animated map visualizations and performance analysis.

  • Updated Nov 25, 2025
  • Python

As alternative heuristic techniques; genetic algorithm, simulated annealing algorithm and city swap algorithm are implemented in Python for Travelling Salesman Problem. Details on implementation and test results can be found in this repository.

  • Updated May 23, 2022
  • Python

Improve this page

Add a description, image, and links to the traveling-salesman topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the traveling-salesman topic, visit your repo's landing page and select "manage topics."

Learn more