• In Kruskal, click the smallest-weight edge (that doesn't create a cycle).
• In Prim, start node is random; click the smallest edge connecting the tree to a new vertex.
• Correct picks turn green, wrong picks flash red.
• Finish when MST has n-1 edges — compare cost to optimal.