Q13-A-8 points Use Kruskal’s algorithm to find a minimum spa…

Q13-A-8 points Use Kruskal’s algorithm to find a minimum spanning tree for the following graph. Indicate the order in which edges are added to form the tree. (Enter your answer as a comma-separated list of sets.) The following matrix represents the weighted graph of this question:

Q3- A 8 points Let ​A​ = {2, 5, 8} and let ​R​ be the relati…

Q3- A 8 points Let ​A​ = {2, 5, 8} and let ​R​ be the relation with digraph with vertex set V and edge set E. Set of Vertices V = {2, 5, 8} Set of Edges E = {(2,2), (5,5), (8,8), (2,5), (2,8), (5,8)}. Note: (2,2) means a loop from the vertex 2 to itself, (2,8) means an edge from vertex 2 to 8, etc, . . .  Test this relation for the following properties: reflexive symmetric transitive