Skip to main content
ExamExplained
TAS · Mathematics Applications
Mathematics Applications study scene
§-Quick questions
TASMathematics ApplicationsUnit 4

Quick questions on Minimum Spanning Trees - TCE Mathematics Applications (Tasmania)

2short Q&A pairs drawn directly from our worked dot-point answer. For full context and worked exam questions, read the parent dot-point page.

What is minimum spanning tree?
Show answer
A network usually has many spanning trees. The minimum spanning tree (MST) is the one with the smallest total edge weight. It is the cheapest way to connect everything while never forming a loop, because a loop would add cost without connecting any new vertex.
What is kruskal's algorithm as an alternative?
Show answer
Prim's algorithm grows one connected tree from a starting vertex, but Kruskal's algorithm offers a different route to the same minimum spanning tree. Instead of growing from one point, Kruskal's sorts all the edges from cheapest to dearest and adds them one at a time, skipping any edge that would close a cycle, until v1v - 1 edges have been chosen. The two methods always reach the same total weight on a network with distinct edge weights, so you can use whichever the question suggests or use one to check the other.

Have a question we have not covered?

This dot-point answer is short enough that we have not extracted many short questions yet. Read the full dot-point answer or ask Mo, our study assistant, in the chat for follow ups.

ExamExplained