Introduction
to the Design and Analysis of Algorithms
Textbook.
 CS 3343
 Analysis of Algorithms
 Fall 2012

 Recitation 13 
 DFS: small.txt 

Using Recursion, Start = 0 Using a Stack, Start = 0
 
Using Recursion, Start = 10 Using a Stack, Start = 10
 
Using Recursion, Start = 3 Using a Stack, Start = 3
 
Using Recursion, Start = 5 Using a Stack, Start = 5
 
Using Recursion, Start = 8 Using a Stack, Start = 8
 
Using Recursion, Start = 9 Using a Stack, Start = 9


Revision date: 2012-12-09. (Please use ISO 8601, the International Standard.)