Errata for "Introduction to Java - Lecture Notes for AP Computer Science"

Daniel Szelogowski


Unit 5

Page 29 - formal definitions for Precondition and Postcondition:

Unit 10

Page 79 - call binarySearchRec using array.length-1 to prevent out of bounds, rather than array.length.

Unit 11

Page 84 - typo "Hexidecimal" on header and ToC listing; should be "Hexadecimal".