Minimum Spanning Trees Flashcards

0
Q

What 2 people have algorithms for minimum spinning trees

A

Kruskles and prims

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
1
Q

What is a minimum spanning tree topic include

A

Moving around grasp an spanning trees

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is the difference between prims and kruskels

A

Kruskels have to be connected at all times where as prims you chose the smallest weight from anywhere

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What must you look out for in kruskels algorithm

A

That you do not form cycles

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

How will you know that you have the right number of vertex when forming a scanning tree (formula)

A

(n-1) edges to form a scanning tree

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Which of the two people are you able to to use the table

A

Prims

How well did you know this?
1
Not at all
2
3
4
5
Perfectly