/UCB-CS61A

CS61A is an introductory course in UCB for CS students. It focuses on the programming paradigm, especially procedure. Additionally, SQL and Scheme are also involved.

Primary LanguageJavaScript

What is this repo about?

This repo consists of my solutions to UCB-CS61A course. Please DO NOT copy code from this repo if your are a student of UCB.

Resources

HomePage of CS61a fa20: https://inst.eecs.berkeley.edu/~cs61a/fa20/

Issues

OK autograder malfunction in lab12&lab13.

Content of file sqlite_shell.py missing in lab12 & lab13 is the cause of this issue. Replacing the file with sqlite_shell.py in zip file hw09 should work.