Please send me an email if you detect errors in the book
Page 58: The first property of powers should be b^1 = b.
Page 58: If x<=y then log_b(x) <= log_b(y). Also, powers and logarithms with base b are increasing functions only b>1.
Page 110: In page 110, the second formula for T(n) is not n+1, but 4n-1.
Thanks to Miao Zhang
Page 129: Exercise 4.1 should mention "Listing 2.6 contains a (tail) recursive Boolean function..."
Thanks to Piotr Lewczuk
Page 177: the parenthesis of the last paragraph should be: "(the sublist to the left of the pivot contains elements that are less than or equal to the pivot, and the sublist to the right is composed of numbers that are greater than the pivot)"
Thanks to Gautam Bhat
Page 169: The numerator of the fraction in formula (5.8) should be a subtraction: x^2_{n-1} - a
Thanks to my students
Page 366: the last line should be "Thus, in line 10 the condition verifies that the candidate is..."
Page 367: line 5 should be "the condition line 10"
Thanks to Gautam Bhat
Page 380: The coordinates of the second subproblem should be (c+1,r)
Page 387: line 5 should be "# Check conflict in row", while line 10 should be "# Check conflict in column"
Thanks to Omer Lang