Submitting the Assignment

This project is due on Friday, 9/4/2026 at 11:59PM PDT (GMT-7).

Pushing changes to GitHub Classroom

Stage, commit, and push your changes from your local clone.

git add src/main/java/edu/berkeley/cs186/database/databox/StringDataBox.java
git commit -m "Put your own informative commit message here"
git push

Submitting to Gradescope

After your code is on GitHub, submit from CS186 Gradescope using the GitHub submission method.

If needed, connect GitHub from Gradescope and grant org access via:

https://github.com/settings/applications

For Project 0, only modify files with TODO(proj0) comments. Allowed file:

Submitting via upload

If GitHub repo listing times out in Gradescope, submit via upload:

zip -r submission.zip src/

Grading