Skip to content

Commit

Permalink
Thu Oct 3 09:12:44 MDT 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
papajohn committed Oct 3, 2024
1 parent 8cd640c commit 93f86e6
Show file tree
Hide file tree
Showing 78 changed files with 714 additions and 12,754 deletions.
2 changes: 1 addition & 1 deletion _internal/targets.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[{"due": "10/2/24", "link": "hw/hw04/", "name": "HW 04: Recursion", "piazza_name": "HW 04", "release": "9/25/24"}, {"due": "10/4/24", "link": "lab/lab05/", "name": "Lab 05: Python Lists", "piazza_name": "Lab 05", "release": "9/30/24"}, {"due": "10/9/24", "link": "hw/hw05/", "name": "HW 05: Tree Recursion", "piazza_name": "HW 05", "release": "10/2/24"}, {"due": "10/16/24", "link": "proj/cats/", "name": "Cats", "piazza_name": "Cats", "release": "10/2/24"}]
[{"due": "10/4/24", "link": "lab/lab05/", "name": "Lab 05: Python Lists", "piazza_name": "Lab 05", "release": "9/30/24"}, {"due": "10/9/24", "link": "hw/hw05/", "name": "HW 05: Tree Recursion", "piazza_name": "HW 05", "release": "10/2/24"}, {"due": "10/16/24", "link": "proj/cats/", "name": "Cats", "piazza_name": "Cats", "release": "10/2/24"}]
6 changes: 6 additions & 0 deletions articles/about-61a/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -405,6 +405,12 @@ <h3 id="projects">Projects</h3>
complete results. You may also work alone on all projects, although partners
are recommended.</p>

<p><strong>Starting with Ants (Project 3: You are not allowed to use any artificial
intelligence tools to help you complete projects.</strong> You are not even allowed
to use AI tools that are available for other parts of the course. It's important
to learn how to build these projects on your own. You are also not allowed to
use solutions on the internet (of course).</p>

<p>Projects are graded on correctness, with points earned for each problem
successfully completed.</p>

Expand Down
6 changes: 4 additions & 2 deletions articles/about-c88c/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -367,8 +367,10 @@ <h3 id="projects">Projects</h3>
are recommended.</p>

<p><strong>You are not allowed to use any artificial intelligence tools to help you
complete the project.</strong> You are also not allowed to look up solutions on the
internet.</p>
complete projects.</strong> You are not even allowed to use AI tools that are
available for other parts of the course. It's important to learn how to build
these projects on your own. You are also not allowed to use solutions on the
internet (of course).</p>

<p>Projects are graded on correctness, with points earned for each problem
successfully completed.</p>
Expand Down
Binary file modified assets/interpreter/abstract_turtle.zip
Binary file not shown.
Binary file modified assets/interpreter/scheme
Binary file not shown.
Binary file added assets/pdfs/61a-mt3-study-guide.pdf
Binary file not shown.
Binary file added assets/pdfs/cs61a-sp24-mt2-sol.pdf
Binary file not shown.
Binary file added disc/sol-disc05/assets/grid.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
693 changes: 693 additions & 0 deletions disc/sol-disc05/index.html

Large diffs are not rendered by default.

Binary file modified hw/hw01/hw01.zip
Binary file not shown.
Binary file modified hw/hw01/ok
Binary file not shown.
Binary file modified hw/hw02/hw02.zip
Binary file not shown.
Binary file modified hw/hw02/ok
Binary file not shown.
Binary file modified hw/hw03/hw03.zip
Binary file not shown.
Binary file modified hw/hw03/ok
Binary file not shown.
2 changes: 1 addition & 1 deletion hw/hw04/hw04.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
HW_SOURCE_FILE=__file__
HW_SOURCE_FILE = __file__


def num_eights(n):
Expand Down
Binary file modified hw/hw04/hw04.zip
Binary file not shown.
2 changes: 0 additions & 2 deletions hw/hw04/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -312,8 +312,6 @@ <h3 id="q2-digit-distance">Q2: Digit Distance</h3>
</script>
<br/>

<!-- -->


<h3 id="q3-interleaved-sum">Q3: Interleaved Sum</h3>

Expand Down
Binary file modified hw/hw04/ok
Binary file not shown.
2 changes: 1 addition & 1 deletion hw/hw05/hw05.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
HW_SOURCE_FILE=__file__
HW_SOURCE_FILE = __file__


def next_smaller_dollar(bill):
Expand Down
Binary file modified hw/hw05/hw05.zip
Binary file not shown.
Binary file modified hw/hw05/ok
Binary file not shown.
Binary file modified hw/sol-hw01/hw01.zip
Binary file not shown.
Binary file modified hw/sol-hw01/ok
Binary file not shown.
Binary file modified hw/sol-hw02/hw02.zip
Binary file not shown.
Binary file modified hw/sol-hw02/ok
Binary file not shown.
Binary file modified hw/sol-hw03/hw03.zip
Binary file not shown.
Binary file modified hw/sol-hw03/ok
Binary file not shown.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -737,7 +737,7 @@ <h2 class="frontpage-header">Calendar</h2>
<a href="/fa24/disc/disc05/" class="assignment-text">Disc 05: Tree Recursion</a>

<ul class="list-inline">

<li><a href="/fa24/disc/sol-disc05/" class="label label-outline">Solutions</a></li>
</ul>

</span>
Expand Down Expand Up @@ -1361,7 +1361,7 @@ <h3><a href="/articles/about">Policies</a></h3>
<script>
$(document).ready(function() {
// Assignment quick list
var assignments = [{"due": "10/2/24", "link": "hw/hw04/", "name": "HW 04: Recursion", "piazza_name": "HW 04", "release": "9/25/24"}, {"due": "10/4/24", "link": "lab/lab05/", "name": "Lab 05: Python Lists", "piazza_name": "Lab 05", "release": "9/30/24"}, {"due": "10/9/24", "link": "hw/hw05/", "name": "HW 05: Tree Recursion", "piazza_name": "HW 05", "release": "10/2/24"}, {"due": "10/16/24", "link": "proj/cats/", "name": "Cats", "piazza_name": "Cats", "release": "10/2/24"}];
var assignments = [{"due": "10/4/24", "link": "lab/lab05/", "name": "Lab 05: Python Lists", "piazza_name": "Lab 05", "release": "9/30/24"}, {"due": "10/9/24", "link": "hw/hw05/", "name": "HW 05: Tree Recursion", "piazza_name": "HW 05", "release": "10/2/24"}, {"due": "10/16/24", "link": "proj/cats/", "name": "Cats", "piazza_name": "Cats", "release": "10/2/24"}];

$(document).ready(function() {
assignments.forEach(function(assignment) {
Expand Down Expand Up @@ -1409,7 +1409,7 @@ <h3><a href="/articles/about">Policies</a></h3>

});

let build_time = new Date(1000 * 1727928109.963017);
let build_time = new Date(1000 * 1727968328.743413);
</script>
<script>
$('.alwaystoggle').css('display', 'inline-block');
Expand Down
Binary file modified lab/lab00/lab00.zip
Binary file not shown.
Binary file modified lab/lab00/ok
Binary file not shown.
Binary file modified lab/lab01/lab01.zip
Binary file not shown.
Binary file modified lab/lab01/ok
Binary file not shown.
Binary file modified lab/lab02/lab02.zip
Binary file not shown.
Binary file modified lab/lab02/ok
Binary file not shown.
Binary file modified lab/lab03/lab03.zip
Binary file not shown.
Binary file modified lab/lab03/ok
Binary file not shown.
Binary file modified lab/lab04/lab04.zip
Binary file not shown.
Binary file modified lab/lab04/ok
Binary file not shown.
Binary file modified lab/lab05/lab05.zip
Binary file not shown.
Binary file modified lab/lab05/ok
Binary file not shown.
Binary file modified lab/sol-lab00/lab00.zip
Binary file not shown.
Binary file modified lab/sol-lab00/ok
Binary file not shown.
Binary file modified lab/sol-lab01/lab01.zip
Binary file not shown.
Binary file modified lab/sol-lab01/ok
Binary file not shown.
Binary file modified lab/sol-lab02/lab02.zip
Binary file not shown.
Binary file modified lab/sol-lab02/ok
Binary file not shown.
Binary file modified lab/sol-lab03/lab03.zip
Binary file not shown.
Binary file modified lab/sol-lab03/ok
Binary file not shown.
Binary file modified lab/sol-lab04/lab04.zip
Binary file not shown.
Binary file modified lab/sol-lab04/ok
Binary file not shown.
2 changes: 2 additions & 0 deletions lecture/lec03/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,8 @@ <h2 id="prerecorded"><a href="#playlist">Lecture Playlist</a></h2>

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

<a href="/assets/slides/03-Control.pdf" class="label label-outline" target="_blank">Slides (pdf)</a>

<a href="/assets/slides/03-Control_1pp.pdf" class="label label-outline" target="_blank">Slides (1pp)</a>

<a href="/assets/slides/03.py" class="label label-outline" target="_blank">03.py</a>
Expand Down
Binary file modified proj/cats/cats.zip
Binary file not shown.
3 changes: 3 additions & 0 deletions proj/cats/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,9 @@ <h2 id="logistics">Logistics</h2>
<p>You do not need to modify or turn in any other files to complete the
project. To submit the project, <b> submit the required files to the appropriate Gradescope assignment.</b></p>

<p>You may not use artificial intelligence tools to help you with this project
or reference solutions found on the internet.</p>

<p>For the functions that we ask you to complete, there may be some
initial code that we provide. If you would rather not use that code,
feel free to delete it and start from scratch. You may also add new
Expand Down
Binary file modified proj/cats/ok
Binary file not shown.
Loading

0 comments on commit 93f86e6

Please sign in to comment.