Minimal Spanning Trees (HSC SSCE Mathematics Standard): Quizzes
📚Quizzes
Practise the questions
10 questions from this quiz
ShowHide
Practise the questions
10 questions from this quiz
A tree is a connected graph with which properties?
A tree is a connected graph with which properties?
No cycles, multiple edges or loops
How many edges does a tree with vertices have?
How many edges does a tree with vertices have?
A tree has vertices. How many edges does it have?
A tree has vertices. How many edges does it have?
What is a spanning tree?
What is a spanning tree?
A tree connecting all vertices of a graph
What is a minimum spanning tree?
What is a minimum spanning tree?
Spanning tree with minimum total weighting
What is the first step in Prim's algorithm?
What is the first step in Prim's algorithm?
Choose any starting vertex
In Prim's algorithm, which edge should you select?
In Prim's algorithm, which edge should you select?
Lowest weight that doesn't create cycle
Which feature means a graph is NOT a tree?
Which feature means a graph is NOT a tree?
It contains a cycle
Weights in a graph might represent what in real-world applications?
Weights in a graph might represent what in real-world applications?
Costs, distances or time
A spanning tree has edges with weights , , , . What is the total length?
A spanning tree has edges with weights , , , . What is the total length?
units
