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."
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...
- C++
- CodeBlocks IDE
- Fork the repository
- Do the desired changes (add/delete/modify)
- Make a pull request