For the weighted graph with vertices {A, B, C, D} and edges {(A, B, 1), (B, C, 3), (C, D, 2), (A, D, 4)}, what is the minimum weight spanning tree obtained using Kruskal's algorithm?
{(A, B, 1), (C, D, 2)}
{(A, B, 1), (B, C, 3)}
Overlook minor misbehaviors
Impose harsh punishments for any infraction

Data Structures and Algorithms Exercises are loading ...