Lecture 38
bfs_dfs_demo.cpp
demonstrates BFS, DFS, and DFS with cycle detection
NOTE: that the code uses a graph representation that is very different from
the upcoming Assignment 13.
bfs_dfs_demo.cpp