TSP question

 


Considering that paths with the same weights are decided in alphabetical order, select the alternative with the correct heuristic and starting vertex used to obtain the following Traveling Salesperson Problem solution:


A. Closest neighbor, starting in a.

B. Cheapest insertion, starting in a.

C. Closest neighbor, starting in b.

D. Cheapest insertion, starting in b.

E. None of the above.

Original idea by: Pedro Zaffalon.

 

Comentários

Postar um comentário

Postagens mais visitadas deste blog

Network Flow Question

BFS Question