This repo collects my solutions to the labs, homework, and projects of the UC Berkeley CS61A, Summer 2024 course.
Test the homework assignments, labs, and projects with ok
.
cd /path/to/dir
python3 ok --local -q [functionName] -v
--local
: disable network activity to avoid authentication for users without enrolled.-q
: run tests for a specific question-v
: show all tests up to failing line (if any)
To get an assignment score.
python3 ok --local --score
Visit cs61a.org for more information.