Kruskal's algorithm

[Solved] Kruskal’s algorithm with C

[Solved] Kruskal's algorithm with C

Write a Program to implement Kruskal’s algorithm. Input and Output Format:Refer sample input and output.[All text in bold corresponds to input and the rest corresponds to output] Sample Input and Output:Enter the number of vertices4Enter the number of edges5Enter source,…