Skip to main navigation menu Skip to main content Skip to site footer

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 city

Article Full Text