|
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 |
![]() |
![]() |