SUNY Geneseo Department of Computer Science


Minimum Spanning Trees

Thursday, April 4

CSci 242, Spring 2013
Prof. Doug Baldwin

Return to List of Lectures

Previous Lecture

Misc

Exam 2 is next Thursday (April 11)

Questions?

Minimum Spanning Trees

Example

Graph on 8 vertices

Steps in Kruskal's algorithm

Steps in running Prim's algorithm

Some observations/theorems about minimum spanning trees

Hand out minimum spanning tree problem set

Next

More greedy algorithms

Particularly one for drawing polygons with holes in computer graphics

Poorly chosen triangles can overlap hole


Next Lecture