Kruskal's algorithm uses separate edges to build MST.
Kruskal's approach has significant differences from Prim's approach.
Implement the method getPreparedEdges() that represents the initial step of Kruskal's algorithm.
As input, you get a list of edges.