Edit the RMarkdown source file for this assignment in RStudio. When you finish, Knit the file to HTML and upload the .html
output to Canvas.
- Step through Dijkstra’s Algorithm and list the edges (identified by their weights) in the order in which they are
Relax
ed.

- Do Exercise 1 (both parts) on page 297 of [E]. Note that, in both parts (a) and (b), your time estimates should be in terms of \(n\), not in terms of \(V\) and \(E\).