Model answer
Sort edges, begin with singleton DSU sets, and examine each edge in order. Accept it only when endpoint representatives differ, then union those sets; the trace records the accepted forest until V−1 edges or exhaustion.
Use the key terms, then explain the reasoning.