Quiz: Spanning Trees

Quiz yourself on spanning trees.

Quiz: Spanning trees

1

What is the worst-case runtime of Kruskal’s algorithm?

A)

O(VlogV)\mathcal{O}(|V|\log|V|)

B)

O(ElogV)\mathcal{O}(|E|\log|V|)

C)

O(E+V)\mathcal{O}(|E| + |V|)

Question 1 of 20 attempted

Get hands-on with 1200+ tech skills courses.