Corrections for the Third Edition

Data Structures and Other Objects Using Java (Third Edition)
by Michael Main
ISBN 0-321-37525-4


Exercise 15 on page 26:
I did not intend to change j within the body of the loop. Please change that statement to something like "k+=n" where k is a new variable!
Answers to Chapter 1 exercises:
12g is logarithmic (not quadratic); and the answers to #16 are incorrectly listed from largest to smallest.
Page 512 at the top
"of the three trees on the top of the next page..." should be this page.
If you spot any more bugs, I'd be delighted to hear from you! Thanks.
--Michael Main (main@colorado.edu)