Sunday, June 5, 2022

2022-122

A traveling salesperson wants to use the Farthest Insertion algorithm to build a route map for their next trip. Consider the cities below and the cycle BDE as the initial route.



Which alternative represents a possible order of cities (nodes) addition:
 
A) GCFA

B) ACGF

C) FGCA

D) AFCG

E) None of the above



Original idea by: Iury Cleveston

No comments:

Post a Comment

2026-368

Consider the following partitions over the same graph: Which alternative lists the partitions in ascending order of modularity ? A) PA, PB...