Evgeniy Malov
https://gist.github.com/evgenii-malov/0eacd95659142b891bbc4659c78b0c1d
https://en.wikipedia.org/wiki/Kruskal%27s_algorithm
Kruskal's algorithm finds a minimum spanning forest of an undirected edge-weighted graph. If the graph is connected, it finds a minimum spanning tree. ... https://www.youtube.com/watch?v=5_Zv-Zp3XWQ
103643126 Bytes