Hamiltonian cycle and TSP: A backtracking approach
Abstract
Backtracking is one of the strategies to reduce the complexity of a problem. Backtracking mainly useful when there is a no solution by going forward in that direction so we required backtracking from it to reduce the complexity and save the time. Backtracking has ability to give same result in far fewer attempts than the exhaustive or brute force method trials. This paper gives the recursive algorithm for Hamiltonian cycle and TSP (travelling salesman problem) based on the backtracking approach. If at any stage it is detected that the particular input or combination will not lead to an optimal solution than we can discard and a new input can be selected.
Document Preview
Download PDF
https://scholar9.com/publication-detail/hamiltonian-cycle-and-tsp-a-backtracking-approach-654
Details
Volume
3
Issue
4
Pages
1413-1417
ISSN
0975-3397