Recent questions tagged travelling-salesman-problem

1 votes
1 answer
1
travelling salesman problem is based ona) dynamic programmingb)greedy methodc)recursive approachd)divide and conquer
0 votes
1 answer
2
Travelling Salesman problem considering the triangle inequality ,tell the procedure of finding the approximate solution in polynomial time using a suitable example.
1 votes
1 answer
3
$\begin{bmatrix} 0& 29& 19& 25& 22\\ 20& 0& 21& 23& 21\\ 19& 21& 0& 21& 20\\ 25& 23& 21& 0& 32\\ 22& 21& 20& 22& 0 \end{bmatrix}$Find the shortest tour for given graph us...
To see more, click for the full list of questions or popular tags.