SUNY Geneseo Department of Computer Science


Depth First Search

Thursday, January 31

CSci 242, Spring 2013
Prof. Doug Baldwin

Return to List of Lectures

Previous Lecture

Questions?

Depth First Search

Try it by hand

Result of depth first search

Can you use DFS to find cycles in a graph? How? How sure are you that it always works?

Mazes

Hand out DFS problem set

Next

Divide and conquer algorithms

Read


Next Lecture