Location Correction -------- ---------- page 104 In the hint to Exercise 43, the invariant, which goes at the bottom of the loop, should be h <= k; for all p, i < p <= h, a[p] < val; for all p, H < p <= k, a[p] >= val. page 274 In Exercises 11 and 12, "6.6.1" SHOULD BE "6.1.1". page 327 Example 6.8.4: "45" SHOULD BE "50" (3 times). In the 4th line from the bottom, "90" SHOULD BE "100" and "89" SHOULD BE "98". page 697 Exercise 55: C(6+3-1,3-1) SHOULD BE C(4+3-1,3-1), twice. page 720 Section 9.3, Exercise 13: There is a second solution with queens in col 1, row 2; col 2, row 5; col 3, row 3; col 4, row 1; col 5, row 4.