/TravellingSalesmanProblem

Travelling Salesman Problem is based on a real-life scenario, where a salesman from a company must start from his own city and visit all the assigned cities exactly once and return to his home till end of the day. The exact problem statement goes like this, "Given a set of cities and distance between every pair of cities, the problem is to find the shortest possible route that visits every city exactly once and returns to the starting point."

Primary LanguageC++

Travelling Salesman Problem

Travelling Salesman Problem is based on a real-life scenario, where a salesman from a company must start from his own city and visit all the assigned cities exactly once and return to his home till end of the day. The exact problem statement goes like this,

"Given a set of cities and distance between every pair of cities, the problem is to find the shortest possible route that visits every city exactly once and returns to the starting point."

Getting Started

An console based Travelling Salesman problem program. Download or fork to run with Codeblocks IDE. Created for Data Structures and Algorithms Course Project in 3rd Sem Btech.

  • One Presentation file is also attached for deep explanation on the following topic. Refer for more infor there...

Built With

  • C++
  • CodeBlocks IDE

Contributing

  1. Fork the repository
  2. Do the desired changes (add/delete/modify)
  3. Make a pull request

Sample Output

Ooutput output2