Graph Search: Exercise
- Identify reachable vertices in a graph from a source vertex.
Exercise Identify the set of vertices reachable from and from , in the following graph:

Solution
- The set of vertices reachable from is .
- The set of vertices reachable from is .