Transcript text: Decide if the problem would most likely be solved by finding a Hamilton path, a Hamilton circuit, or a minimum spanning tree.
An executive from an internet company hires a consultant to design a series of nodes throughout a new housing development. The goal is to keep the cost as low as possible while still making sure that all homes will be wired.
This problem can be solved with a $\square$ because the goal is to (choose one): Hamilton path, Hamilton circuit, minimum spanning tree
Visit all vertices at lowest cost and end up where you started.
Visit all vertices at lowest cost.
Connect all vertices at lowest cost.
Travel along every edge.