This repository houses the code and scaffolding that UC Berkeley Extension students taking CS 900 use when completing their assignments.
This repository contains various pieces of starter code that provide a skeleton and will help you get started on your assignments. When working with this starter code, please remember that you may not change or delete:
- Any of the code or tests already present
- Any of the interfaces, APIs, or methods already present
Submit your work by committing your changes and pushing them upstream before the due date.
Each program description will include a command that will be used to run tests for the code you write in each assignment. The percentage of tests that pass will be your final grade for the assignment.
In order to set up your environment, follow the setup instructions in the Student Setup guide.
If you find any issues within this repository while completing your assignments, please open an issue in the issue tracker. Better yet, please open a pull request against the repository and I will be happy to merge it in.