Welcome to the CS61A Fall 2022 repository! This repository contains my implementations of the homework, labs, and projects for the CS61A course offered in Fall 2022. The course focuses on the principles of computer science using Python, Scheme, and SQL, and this repository serves as a record of my learning journey and progress throughout the semester.
The repository is organized into the following directories:
homework/
: Contains all the homework assignments.labs/
: Contains all the lab exercises.projects/
: Contains all the course projects.textbook/
: Contains the course reading materials.
Each directory is further organized by the assignment or project number.
The homework/
directory contains subdirectories for each homework assignment. Each subdirectory includes the necessary Python files and any supplementary files needed to complete the assignment.
The labs/
directory contains subdirectories for each lab session. Each subdirectory includes the Python files for the lab exercises and any additional files required for the lab.
The projects/
directory contains subdirectories for each project. Each subdirectory includes the project specifications, Python files, and any supplementary materials needed to complete the project.