International Journal of Scientific Engineering and Technology

  • Year: 2014
  • Volume: 3
  • Issue: 4

Improving the performance of Approximation algorithm to solve Travelling Salesman Problem using Parallel Algorithm

  • Author:
  • G.S.G.N. Anjaneyulu, Rajnish Dashora, A. Vijayabarathi, Bhupendra Singh Rathore
  • Total Page Count: 4
  • DOI:
  • Page Number: 334 to 337

School of Advanced Sciences and SCSE, VIT University, Vellore

Abstract

Travelling salesman problem is a NP complete problem and can be solved using approximation algorithm. It is a minimization problem starting and finishing at a specified vertex after having visited each other vertex exactly once. Often, the model is a complete graph. An algorithm that returns near-optimal solutions is called approximation algorithms. Through analyzing the Metric TSP the performance of approximation algorithm can be improved significantly using graphical analysis of spanning trees and depth first search and implementing a parallel algorithm/program to find a path with approximately minimum travelling cost.

Keywords

Travelling Salesman Problem, approximation algorithm, Parallel Algorithms