Skip to content

Minimum Spanning Trees

Jinho D. Choi edited this page Oct 25, 2016 · 18 revisions

Reading

Exercise

Quiz

  • Give a graph where Prim's and Kruskal's algorithms generate different kinds of minimum spanning trees. Explain how these trees are generated. If you cannot find an example, explain why these algorithms always generate the same minimum spanning tree given any graph.
  • Write a report about your findings and save it as quiz6.pdf.

CS323: Data Structures and Algorithms

Instructor


Emory University

Clone this wiki locally