Skip to content

Some solutions of Travelling Salesman Problem (TSP) in C++ using some algorithms.

Notifications You must be signed in to change notification settings

Pravila00/TSP-Problem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TSP-Problem

The travelling salesman problem (also called the traveling salesperson problem[1] or TSP) asks the following question: "Given a list of cities and the distances between each pair of cities, what is the shortest possible route that visits each city exactly once and returns to the origin city?"

Algorithms used

a) Greedy

b) Dynamic Programming (DP)

c) Branch and Bound

d) Backtracing

Practicas Algoritmica UGR 2019-2020

About

Some solutions of Travelling Salesman Problem (TSP) in C++ using some algorithms.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages