ERRATA LIST for COS 226 course materials

Robert Sedgewick


Click here to report a new error in the course packet
 02/08/98  dr   2.09  compexch(a[j], a[j-1]); -> compexch(a[j-1], a[j]); 
 05/16/99  dj  14.16  below ENCODE: interval for a should be (0, 5/11) 
 02/12/01  kw   2.03  add #define compexch(A, B) if (less(B,A)) exch(A,B)
 02/12/01  kw   2.03  typedef int Item -> typedef int Item;
 02/12/01  kw   2.13  same error
 02/12/01  kw   2.03  need to put #define statement all on one line
 02/12/01  kw   2.13  same error
 02/12/01  rs   3.10  C(1) -> C(0)
 02/12/01  rs   3.12  color profiling counts to stand out
 02/12/01  kw   4.09  two recurrences that lead to lg n are the same
 02/12/01  kw   5.20  pq is declared as static array and also malloced

 dr: Dan Reilly
 dj: Darren Joe
 kw: Kevin Wayne
 rs: Robert Sedgewick

Back to COS 226 course home page.