Directory · Getting Started · Your Tasks
Submitting the Assignment
This project is due on Friday, 9/4/2026 at 11:59PM PDT (GMT-7).
Pushing changes to Classroom 50
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:
databox/StringDataBox.java
Submitting via upload
If GitHub repo listing times out in Gradescope, submit via upload:
zip -r submission.zip src/
Grading
- 100% is from the released test and debugging exercise.
- This project is worth 0% overall but failing to complete it may result in administrative drop.