Personal workspace for CS234 lecture material, study notes, and assignments.
This repository contains coursework and is intended to remain private.
notes/: lecture notes, concept index, and study progressassignment/: assignment questions, templates, and working codelecture/: lecture slides and reference materialCOURSE_MATERIALS_WINTER_2026.md: local course-material index
From this directory, review and upload notes or assignment changes with:
git status
git add notes/ assignment/
git commit -m "docs: update lecture notes"
git pushUse git add -A instead when every current change in the course directory should
be included in the next commit.