Chris Pollett > Old Classes > CS166
( Print View )

Student Corner:
  [Grades Sec3]

  [Submit Sec3]

  [Class Sign Up Sec3]

  [
Lecture Notes]
  [Discussion Board]

Course Info:
  [Texts & Links]
  [Topics/Outcomes]
  [Outcomes Matrix]
  [Grading]
  [HW/Quiz Info]
  [Exam Info]
  [Regrades]
  [Honesty]
  [Additional Policies]
  [Announcements]

HW Assignments:
  [Hw1]  [Hw2]  [Hw3]
  [Hw4]  [Quizzes]

Practice Exams:
  [Mid 1]  [Mid 2]  [Final]

                           












HW1 Solutions Page

For the exercise portion of the this homework, the following problems were graded:

[Exercise 1.11], [Exercise 2.23], and [Exercise 3.7]

As you can tell from the links we went over the solutions in class.

For the coding part of this homework, I picked one of the better students' homeworks to be used as the homework solution for the coding part. Each student that had their homework chosen will receive 1 bonus point after curving for having their homework selected. If you were chosen and would rather your homework not be used as the solution let me know and I will choose someone else homework and they will receive the bonus point instead. The only changes I made were to remove the names listed in the homework files.

[Hw1 Code Solution]

Grading for this homework did not have a component for following any coding style guide; however, when writing Java homework assignment for this class please follow the Departmental Java Coding Guidelines. The grader also listed the following items that would be helpful to ensure your homeworks are accurately graded:

  • Somewhere write the name and id of each group member for your project.
  • Please follow the instructions exactly when naming files, otherwise, grading becomes a pain
  • While writing to theconsole, don't print anything other than the answer.
  • That helps me write the output into a file and check it, if needed
  • Don't include packages
  • There was a duplicate submission which should be avoided -- only one person in a group needs to submit

Return to homework page.