What is the difference between Shortest Path
algorithm and Djikstras Algorithm
and Travelling Salesman
?
As per what I know is in Shortest Path
We do not travel through all the vertex with shortest path.
In Travelling Salesman Problem
we travel through all the vertices only once.
and about Djikstra's Algorithm
what I learnt is it is same as Travelling Salesmen. but the video tutorials (VIDEO) says something different.
Please Explain.