I created a Kruskal funcion so it can find the smallest path on a graph. But I did it with a bubble sort and I'm trying to make it work using a qsort and making my structs dynamic so it can me more efficient.I created a Kruskal funcion so it can find the