Skip to content

giorgosgiapis/TSP-on-map

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TSP on Google Maps

This is the code for the Travelling Salesman Problem (TSP) solver on Google Maps. You can see it in action here.

Algorithms supported:

  • Dynamic Programming ✅
  • Genetic Algorithm 🔜
  • Christofides Algorithm 🔜
  • Minimum Spanning Tree approximation 🔜