Debug code creating random connected graph to then run Kruskal Algo for MST path
I have a final due tomorrow I just can’t get this code for. Not the best at Python sorry in advance! My code esentially works by first creating reandom graph, making sure it is fully connected, and then running kruskals algo. There are currently a few prorblems I’m having.