retagged by
936 views
1 votes
1 votes
i want to understand these better....
please explain someone.
Travelling salesman problem vs. Minimum cost spanning tree vs. Shortest path

Also I was just wondering if there was any relation of TSP to GOOGLE's maps finding shortest distance?
because travelling salesman problem in O(n!) and there is no better solution other than dynamic programming. So do they use dynamic programming only?
retagged by

1 Answer

Related questions

0 votes
0 votes
1 answer
1
0 votes
0 votes
2 answers
2
priyanka gautam-piya asked Dec 15, 2016
2,756 views
Question - 14 question is what is the approch to solve it by dynamic programming ?
0 votes
0 votes
0 answers
3
4 votes
4 votes
2 answers
4
lowOnATP asked Jun 29, 2015
2,566 views
I mean if we run prim's algorithm on a weighted directed graph, will it give the same shortest path? And vice-versa?Also if we run dijkstra's algorithm on a graph with ne...