jeffgerickson / algorithms

Bug-tracking for Jeff's algorithms book, notes, etc.
7.91k stars 1.02k forks source link

[Oops.] H.7 black vs white #218

Open bdsullivan opened 3 years ago

bdsullivan commented 3 years ago

Please verify that the error is present in the most recent revision before reporting.

Chapter number or note title: H: Linear Programming (https://jeffe.cs.illinois.edu/teaching/algorithms/notes/H-lp.pdf)

Page number: 19

Error description: Problem 7 states "Each edge in G is colored either red, white, or blue" then describes conditions for red, blue, and black edges.

Suggested fix (if any): Change white -> black in initial sentence or black -> white in third bullet.