lecture slides and section materials before implementing your disjoint sets.
pointers
field so be sure to store the array representation of your disjoint sets there. In the next section, you will use your optimized disjoint sets implementation to speed up KruskalMinimumSpanningTreeFinder
.