Course information
Overview
CS 2112/ENGRD 2112 is an honors version of CS 2110/ENGRD 2110; credit is given for only one of CS 2110 and 2112. Transfer between CS 2110 and 2112 (in either direction) is encouraged during the first three weeks. We cover intermediate software design and introduce some key computer science ideas. The topics are similar to those in CS 2110 but are covered in greater depth with more challenging assignments. Topics include object-oriented programming, program structure and organization, program reasoning using specifications and invariants, recursion, design patterns, concurrent programming, graphical user interfaces, data structures, sorting and graph algorithms, asymptotic complexity, and simple algorithm analysis. Java is the principal programming language.
Time & Place
Lecture: Tuesdays and Thursdays, 10:10-11am,
Gates Hall G01
(ground floor, below the main entrance).
Labs: Mondays 7:30-8:20pm, Phillips 219 or Wednesdays 7:30-8:20pm, Hollister 110
Recitations: Tuesdays 12:20-1:10pm, Gates G01 or Wednesdays 1:25-2:15pm, Hollister 110
You are expected to attend all the lectures and one lab and one recitation per week.
Course Staff
Placeholder for staff
Office Hours Weekly Chart
Day | Name | Time | Location |
---|---|---|---|
Monday |
Hubert Lin Jacob Glueck Harry Goldstein |
10 - 11 am 12.15 - 1.15 pm 6 - 7 pm |
Gates G19 Gates G11 Gates G11 |
Tuesday |
Dexter Kozen Matt Habel Sumner Hearth |
11 am - 12 pm 1 - 2.30 pm 7 - 8 pm |
Gates 406 Gates G11 Gates G17 |
Wednesday |
Alex Renda Lucas Silver Stephen McDowell |
2 - 3 pm 5 - 6 pm 6 - 7 pm |
Gates G13 Gates G15 Gates G19 |
Thursday |
Agi Csaki Jake Chen Jane Du |
11 am - 12 pm 3 - 4 pm 5.30 - 6.30 pm |
Gates G17 Gates G13 Gates G11 |
Friday |
Hubert Lin Jesse Yuan Maheer Iqbal Zander Bolgar |
9 - 10 am 1 - 2 pm 1.45 - 3.15 pm 4 - 5 pm |
Gates G13 Gates G11 Gates G15 Gates G13 |
Prerequisites
Very good performance in CS 1110 or CS 1130 or an equivalent course, or permission of the instructor. If you are unsure whether CS 2110 or CS 2112 is the right course for you, please talk to the instructor of either course. Both courses cover similar material and satisfy the same requirements, but CS 2112 covers material in more depth and has more challenging assignments. It is aimed at computer science majors.
Texts
You are required to read the course notes posted on the web site. These will often contain more detail than what was presented in lecture.
There is a recommended textbook, which is also the textbook for CS 2110. It is useful especially for examples of how to implement various data structures.
- Data Structures and Abstractions with Java, 4th edition, Frank M. Carrano and Timothy Henry, Pearson Education, 2014. ISBN-10: 0133744051, ISBN-13: 9780133744057.
See also the companion website for additional material.
Other Sources
- Data Structures and Problem Solving Using Java, 3rd edition, Mark Allen Weiss, Addison Wesley, 2006. ISBN 0-321-32213-4. See also Weiss's website for additional material. A required text from previous years.
- Program development in Java: Abstraction, Specification, and Object-Oriented Design, B. Liskov and J. Guttag, Addison-Wesley, 2000. ISBN 0-201-65768-6. An excellent source of material on designing and specifying abstractions.
- Java Precisely, 2nd edition, P. Sestoft, MIT Press, 2005. To access the entire book for free, login via the Cornell Engineering Library.
- Design Patterns, Erich Gamma, Richard Helm, Ralph Johnson, and John M. Vlissides, Addison Wesley, 1994. ISBN 0-201-63361-2. An extremely influential book on software engineering. According to Wikipedia, as of April 2007, the book was in its 36th printing and has sold over 500,000 copies in English and 13 other languages.
- Java in a Nutshell, 5th edition, David Flanagan, O'Reilly, 2005. ISBN 0-596-00773-6.
These titles are on reserve in the Engineering library, Carpenter Hall.
The CS 2110 website has many online learning aids and tutorial videos.
Grading and submission policies
There will be 7 assignments, mostly involving programming but also some written problems. These assignments will make up 40% of your score. The first 2–3 assignments will be done solo; the final project will be done with a partner.
Unless otherwise specified, assignments may be turned in late with a deduction of 10% per day up to a maximum of four days (Saturday and Sunday count as one day).
Extensions are granted in case of illness or other acceptable excuse.
Exams
There will be one evening prelim and a final exam. Please check the schedule page for times and locations.
The prelim will be 20% of your score and the final will be 35%.
Other components
We expect you to participate in class and elsewhere. In addition to attending lectures, all students should enroll in and attend one lab and one recitation per week. It doesn't matter which. The remaining percentage of your grade will be for class participation (in-class, Piazza, course evals) and for in-class quizzes.