TRAVELLING SALESMAN PROBLEM

Abstract

Travelling salesman problem can be modeled as graph where as the cities are the graph vertices, path is graph edges and path distance is edge distance. Our goal is to seek out the shortest tour that visits each city during a given graph exactly ones then return to the starting cit

    Similar works