International Journal of Computer Applications
Foundation of Computer Science (FCS), NY, USA
|
Volume 53 - Issue 1 |
Published: September 2012 |
Authors: Chetan Chauhan, Ravindra Gupta, Kshitij Pathak |
![]() |
Chetan Chauhan, Ravindra Gupta, Kshitij Pathak . TSP Solver using Constructive Method of Heuristic Approach. International Journal of Computer Applications. 53, 1 (September 2012), 33-38. DOI=10.5120/8387-1993
@article{ 10.5120/8387-1993, author = { Chetan Chauhan,Ravindra Gupta,Kshitij Pathak }, title = { TSP Solver using Constructive Method of Heuristic Approach }, journal = { International Journal of Computer Applications }, year = { 2012 }, volume = { 53 }, number = { 1 }, pages = { 33-38 }, doi = { 10.5120/8387-1993 }, publisher = { Foundation of Computer Science (FCS), NY, USA } }
%0 Journal Article %D 2012 %A Chetan Chauhan %A Ravindra Gupta %A Kshitij Pathak %T TSP Solver using Constructive Method of Heuristic Approach%T %J International Journal of Computer Applications %V 53 %N 1 %P 33-38 %R 10.5120/8387-1993 %I Foundation of Computer Science (FCS), NY, USA
The Traveling salesperson problem (TSP) is one of the problem in mathematics and computer science which had drown attention as it is easy to understand and difficult to solve. In this paper, we implemented a heuristic approach for TSP using constructive method which generates satisfactory results in asymptotically linear time. Earlier work consider complete graph as a input to TSP. TSP solver generated by proposed approach can work with non-complete graph as well as complete graph.