Please clone this repository, edit README.md to answer the questions, and fill up functions to finish the homework.
- Please find each question in a separate folder under files.
- The first three questions are from your midterm. Please make sure you write several test and fully test your solutions.
- For non-coding questions, fill out the answers in the README file.
- For coding questions, edit the files and check them in.
- For coding questions unless specified, you should add unit tests to the student_test.cc. We will also run autograder tests. Your code should pass all of them.
- For submission, please push your answers to Github before the deadline.
- Deadline: Wed, Aug 3 by 12:00 pm (noon)
- Rubrics:
Question | Points |
---|---|
1 | 30 |
2 | 30 |
3 | 30 |
4 | 30 |
- Total: 120 points. 100 points is considered full credit.
See cpp-template for help on installing bazel and debugging.