Exercise: Print Shortest Path
Explore how to complete a function that prints the shortest path between a source and a target vertex using results from a breadth-first shortest path traversal. Understand how to use graph traversal data to reconstruct and display the exact path efficiently.
We'll cover the following...
We'll cover the following...
...