...

/

Quiz: Spanning Trees

Quiz: Spanning Trees

Quiz yourself on spanning trees.

We'll cover the following...

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|)


1 / 2