Note: These questions are not meant to be busywork, but are presented to help you develop your thinking and analysis capabilities re: graph traversal. One or more questions like this are likely to appear on Exam #2 or on the Final Exam.
(b) V = {a,b,c,d,e,f}, E = {(d,a), (b,c), (a,b), (e,b), (c,e), (b,d)}.
Analyze the complexity of each case ((a) and (b), above) by constructing a work budget for each step of the traversal (2 points total).
Copyright © 1999 by Mark S. Schmalz.