Skip to content

Commit

Permalink
add Single Source Shortest Path
Browse files Browse the repository at this point in the history
  • Loading branch information
firasm committed Mar 28, 2024
1 parent d5d8d47 commit 0b1aa86
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion notes/week12/videos.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,18 @@ In the sidebar on the right, you can use the checklists to keep track of what's

We'll continue the stuff from Tuesday on Thursday.

```{dropdown} 4. Dijkstra's Algorithm

```{dropdown} 4. Single Source Shortest Path
:class-container: sd-shadow-lg
:color: primary
:open:
<div class="container youtube">
<iframe class="responsive-iframe" src="https://player.vimeo.com/video/927840623" frameborder="0" allow="accelerometer; autoplay="0"; gyroscope; picture-in-picture; fullscreen" allowfullscreen></iframe>
</div>
```

```{dropdown} 5. Dijkstra's Algorithm
:class-container: sd-shadow-lg
:color: primary
:open:
Expand Down

0 comments on commit 0b1aa86

Please sign in to comment.