Skip to content

pspdada/CS61A-Solution

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CS61A-Solution

CS 61A: Structure and Interpretation of Computer Programs

This repo collects my solutions to the labs, homework, and projects of the UC Berkeley CS61A, Summer 2024 course.

Relevant resources

CS61a

Introduction Pages

Using Ok

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.

About

My solutions to the labs, homework, and projects of the CS61A Summer2024.

Topics

Resources

Stars

Watchers

Forks