Need Help in MST problem!

Revision en1, by Shadi_Bahaa, 2022-05-19 14:56:55

Hi!

I tried to solve this problem https://onlinejudge.org/external/106/10600.pdf?fbclid=IwAR2tGCAnxFqS61oAKAMBdN5qQ2zej1Ta1yjj8NN-teRJ8CeA3vNAOsws97U using Kruskal algorithm to find the two minimum spanning trees. The first MST is always correct. Although the logic of the second I implemented is the same, the second MST cost is not correct at all! Kindly Can someone tell me what is wrong with my code? This is my code: https://ideone.com/spXa9w

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en1 English Shadi_Bahaa 2022-05-19 14:56:55 477 Initial revision (published)