Exercise: Dijkstra’s Algorithm
Test your understanding of Dijkstra’s algorithm.
We'll cover the following...
The task at hand
Given the digraph 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 ...