/TSP-Solutions

Genetic Algorithm, Dinamic Programing and Backtracking solutions to the Traveling Salesman Problem TSP

Primary LanguageC++MIT LicenseMIT

TSP-solution

This repository shows three solutions for the Traveling Salesman Problem 🥓 :

  • Genetic Algorithm
  • Dinamic Programing and
  • Backtracking

Authors