- S1 is false: Kruskal’s Algorithm always produces a minimal spanning tree as it selects edges in increasing order of weights without forming cycles. - S2 is true: Disjoint set data structures are used to efficiently manage the connected components while executing Kruskal’s Algorithm.