Skip to content

Commit

Permalink
Sun Nov 3 11:58:14 PST 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
papajohn committed Nov 3, 2024
1 parent 450130f commit e75e0b6
Show file tree
Hide file tree
Showing 7 changed files with 188 additions and 345 deletions.
Binary file modified assets/pdfs/c88c-mt-study-guide.pdf
Binary file not shown.
Binary file added assets/pdfs/scratch_back.pdf
Binary file not shown.
Binary file added assets/pdfs/scratch_front.pdf
Binary file not shown.
15 changes: 12 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1285,7 +1285,8 @@ <h2 class="frontpage-header">Calendar</h2>
</div>

<ul class="list-inline">
<li><a href="https://www.youtube.com/watch?v=On-kFyFp8HY&list=PL6BsET-8jgYW7stiut93PHxGP6_QgBzVQ&ab_channel=JohnDeNero" class="label label-outline" target="_blank">Videos</a></li>
<li><a href="https://bcourses.berkeley.edu/courses/1538122/pages/lecture-17-iterators-optional" class="label label-outline" target="_blank">Recording</a></li>
<li><a href="https://www.youtube.com/watch?v=On-kFyFp8HY&list=PL6BsET-8jgYW7stiut93PHxGP6_QgBzVQ&ab_channel=JohnDeNero" class="label label-outline" target="_blank">Videos</a></li>
<li><a href="/fa24/assets/slides/17-Iterators_1pp.pdf" class="label label-outline">Slides (1pp)</a></li>
<li><a href="/fa24/assets/slides/17.py" class="label label-outline">17.py</a></li>
</ul>
Expand All @@ -1308,7 +1309,15 @@ <h2 class="frontpage-header">Calendar</h2>
<tr class="odd">
<td rowspan="2" class="weeknum odd">11</td>
<td><a id="calendar_11_04" class="calendar-date-anchor"></a>Mon<br>11/4</td>
<td>Trees</td>
<td>
<div class="assignment-text">
Trees
</div>

<ul class="list-inline">
<li><a href="https://www.youtube.com/watch?v=WXE78nasvmE&list=PL6BsET-8jgYW6nbU-YonviNGCjs0hjkO2&ab_channel=JohnDeNero" class="label label-outline" target="_blank">Videos</a></li>
</ul>
</td>
<td>
<ul class="list-inline">

Expand Down Expand Up @@ -1657,7 +1666,7 @@ <h3><a href="/articles/about">Policies</a></h3>

});

let build_time = new Date(1000 * 1730137833.791044);
let build_time = new Date(1000 * 1730663676.12305);
</script>
<script>
$('.alwaystoggle').css('display', 'inline-block');
Expand Down
2 changes: 2 additions & 0 deletions lecture/lec17/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,8 @@ <h2 id="prerecorded"><a href="#playlist">Lecture Playlist</a></h2>

<ul class="inline-block list-inline title-tags">

<a href="https://bcourses.berkeley.edu/courses/1538122/pages/lecture-17-iterators-optional" class="label label-outline" target="_blank">Recording</a>

<a href="https://www.youtube.com/watch?v=On-kFyFp8HY&list=PL6BsET-8jgYW7stiut93PHxGP6_QgBzVQ&ab_channel=JohnDeNero" class="label label-outline" target="_blank">Videos</a>

<a href="/assets/slides/17-Iterators_1pp.pdf" class="label label-outline" target="_blank">Slides (1pp)</a>
Expand Down
6 changes: 4 additions & 2 deletions lecture/lec18/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -143,15 +143,17 @@ <h1>
Trees
</h1>
<p>
Topics covered: <a href="/resources#mutable-trees" target="_blank">Mutable Trees</a>
Topics covered: <a href="/resources#trees" target="_blank">Trees</a>
</p>
</header>

<h2 id="prerecorded"><a href="#playlist">Lecture Playlist</a></h2>
<iframe width="886" height="498" src="" title="Lecture playlist" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<iframe width="886" height="498" src="https://www.youtube.com/embed/WXE78nasvmE?list=PL6BsET-8jgYW6nbU-YonviNGCjs0hjkO2&ab_channel=JohnDeNero&rel=0" title="Lecture playlist" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

<ul class="inline-block list-inline title-tags">

<a href="https://www.youtube.com/watch?v=WXE78nasvmE&list=PL6BsET-8jgYW6nbU-YonviNGCjs0hjkO2&ab_channel=JohnDeNero" class="label label-outline" target="_blank">Videos</a>

<a href="/assets/slides/18.py" class="label label-outline" target="_blank">18.py</a>

</ul>
Expand Down
Loading

0 comments on commit e75e0b6

Please sign in to comment.