Unit 5
Page 29 - formal definitions for Precondition and Postcondition:
- Precondition: a condition or set of conditions that must be true before a method is
called. It specifies the requirements that must be satisfied by the arguments or the
state of an object before the method can be executed correctly
- Postcondition: a condition or set of conditions that must be true after a method has
been executed, assuming that the preconditions were satisfied before the method was
called. It specifies the expected outcome or the resulting state of an object after the
method has been executed correctly
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".