You are on page 1of 1

Answer the following problem

Using the 2 different Travelling Salesperson Problem methods.

(Nearest Neighbor Method and Cheapest Link Method)

Ans.
Nearest Neighbor method- it’s saying that selecting any random city and then reaching to the
nearest neighbor cities i.e., with shortest distance.
g A B D E F C
12 + 3 + 4 + 16 + 28 = 63
Cheapest link method
Same distance can be also be assured by path.
C B D E A F
19 + 3 + 4 + 13 + 24 = 63

You might also like