I have found Minimum spanning tree using Kruskal algorithm using C and adjacency matrix. Now I want to solve it for traveling salesman problem by doubling the edges and finding euler cycle or finding the min-weight shortcuts and then hamilton cycle.
Can anyone please tell me how I can find shortcuts in a given graph (matrix) which can give me MST? Algorithm is required and code would plus.