Exercise: Shortest Paths in a DAG
Test your understanding of the algorithm for shortest paths in DAGs.
We'll cover the following
The task at hand
Given the DAG in the playground below, select a vertex you want to serve as the source vertex. Now, grab a paper and a pen and figure out the shortest paths found by ShortestPathsInDAG
from the highlighted source vertex to all other vertices.
Get hands-on with 1400+ tech skills courses.