• Stars
    star
    1
  • Language
    C
  • Created over 4 years ago
  • Updated over 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

C++ project to find optimal solution of Travelling Salesman Problem using Greedy's algorithm. The program would take input of no of cities and distances between them and give the shortest possible route to visit all cities and return to origin city.