Skip to content

abdulelahsm/travelingsalesman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

The travelling salesman problem (TSP)

The travelling salesman problem 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 and returns to the origin city?".

The TSP is an NP-hard problem in combinatorial optimization; An important subject in operations research and theoretical computer science.

The code file contains a construction heuristics for the TSP and an improvement heuristics for a previously constructed solution, local search, and random-start local search.

The project is still under construction.

About

The travelling salesman problem

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages