International Journal of Computer Applications |
Foundation of Computer Science (FCS), NY, USA |
Volume 52 - Number 4 |
Year of Publication: 2012 |
Authors: Chetan Chauhan, Ravindra Gupta, Kshitij Pathak |
10.5120/8189-1550 |
Chetan Chauhan, Ravindra Gupta, Kshitij Pathak . Survey of Methods of Solving TSP along with its Implementation using Dynamic Programming Approach. International Journal of Computer Applications. 52, 4 ( August 2012), 12-19. DOI=10.5120/8189-1550
The Traveling salesperson problem is one of the problem in mathematics and computer science which haddrown attention as it is easy to understand and difficult to solve. In this paper, we survey the various methods/techniques available to solve traveling salesman problem and analyze it to make critical evaluation of their time complexities. An implementation of the traveling salesman problem using dynamic programming is also presented in this paper which generates optimal answer and tested with 25 cities and it executes in reasonable time.