Skip to content

Commit

Permalink
add checklist
Browse files Browse the repository at this point in the history
  • Loading branch information
firasm committed Mar 25, 2024
1 parent ed6e20b commit c0aacbc
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion notes/week12/videos.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,12 @@ In the sidebar on the right, you can use the checklists to keep track of what's
```{admonition} Checklist of items
:class: tip sticky
<input type="checkbox" id="week12_video1" class="box"> <label>Music Generation</input></label>
<input type="checkbox" id="week12_video1" class="box"> <label>1. Searching State Spaces - Depth First Search</input></label>
<input type="checkbox" id="week12_video2" class="box"> <label>2. Depth First Search Part 2</input></label>
<input type="checkbox" id="week12_video3" class="box"> <label>3. Stacks and Breadth-first search</input></label>
```
````
Expand Down

0 comments on commit c0aacbc

Please sign in to comment.