Skip to content

Commit

Permalink
add TSP and slides for TSP
Browse files Browse the repository at this point in the history
  • Loading branch information
firasm committed Mar 31, 2024
1 parent 908c9ae commit 7665f39
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
Binary file modified files/Lec19_Maps2.pdf
Binary file not shown.
9 changes: 4 additions & 5 deletions notes/week13/videos.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,20 +29,19 @@ In the sidebar on the right, you can use the checklists to keep track of what's

### Thursday's class

TBD...
The Travelling Salesperson problem (TSP).

<!--
```{dropdown} 4. Single Source Shortest Path
```{dropdown} 2. Travelling Salesperson problem
: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>
<iframe class="responsive-iframe" src="https://player.vimeo.com/video/929353447" 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
Expand Down

0 comments on commit 7665f39

Please sign in to comment.