Book
The textbook for this course is: Introduction to Programming in Java (2nd edition).
The details of the book are:
| Title | Introduction to Programming in Java (2nd) |
| Authors | Robert Sedgewick & Kevin Wayne |
| ISBN-13 | 978-0-672-33784-0 |
| Edition | Second |
| Year | 2017 |
| Pages | 756 |
The book website is: https://introcs.cs.princeton.edu/java/home/
❗ You must obtain the book. The exercises and hand-ins are in it.
❗ Ensure you get the 2nd edition. The exercises have been renumbered.
ℹ️ The textbook website contains an excerpt of the book. It is insufficient for the course.
Source Code
The source code for the standard library used for exercises and hand-ins can be found below.
The above source code is available under the GPL license from the book authors.