jeffgerickson / algorithms

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

[Oops.] Typo in Edmonds & Karp's Fattest Augmenting Path #187

Open ning-y opened 4 years ago

ning-y commented 4 years ago

Chapter number or note title: Chapter 10

Page number: 340

Error description: Description of building a directed tree as "repeatedly adding the highest-capacity edge leaving T to T

Suggested fix (if any): Should be "highest capacity edge leaving T to G \ T"