Kruskal's Method

Kruskal's Method

Assessment

Interactive Video

Mathematics

9th - 12th Grade

Hard

Created by

Laura Tadder

FREE Resource

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Yesterday, we watched a video about Prim's algorithm. What is the difference between how to start Prim versus what he just said in the video?

They are exactly the same

He just said with Kruskal we will start with any point and yesterday with Prim's algorithm we started with the least costly edge

He just said with Kruskal we start with the least costly edge and yesterday with Prim's algorithm we started with any vertex

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If there was another edge that was also a cost of 1, could we have picked that one instead?

yes, if you have two of the same it doesn't matter which one you pick as long as it doesn't create a cycle

no, if you pick the wrong one you would fail

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Why were we able to select both edges with a cost of 2?

Because they didn't create a cycle

Because 2 comes after 1

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which edges does it look like he can select next? Select all that apply

AB

CD

CF

He cannot select 4 without creating a cycle

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Why can't we use edge IG?

It creates a cycle, which is not allowed in the definition of a tree

Because it was 6 and we were still looking for 5

It isn't long enough

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Picking AH instead of BC would create a different minimum spanning tree

True

False

7.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

You are done finding a minimum spanning tree when:

You have connected every vertex

There are no cycles

You used every edge