Travelling Salesman Problem | Set 2 (Approximate using MST) – GeeksforGeeks

May 22, 2020

The idea is to use Minimum Spanning Tree (MST). Following is the MST based algorithm.

https://www.geeksforgeeks.org/travelling-salesman-problem-set-2-approximate-using-mst/