Quiz question 07
In the context of the Traveling Salesperson Problem (TSP), what is the main objective when seeking a solution in a weighted, undirected graph?
a.) Determine the shortest path between two specific vertices $u$ and $v$.
b.) Find a path that visits all vertices at least once with the lowest total weight.
c.) Identify the minimum spanning tree (MST) that connects all nodes in the graph.
d.) Find a cycle that contains all vertices, does not repeat any of them, and has the minimum total weight.
e.) None of the above
Original idea by: Julia de Pietro Bigi
Easy question, I may post it if I think we need a basic one.
ResponderExcluir