jeffgerickson / algorithms

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

[Oops.] Pg 204 Ch 5.6 Disconnected Graph LabelOne Pseudocode #238

Open suzx917 opened 3 years ago

suzx917 commented 3 years ago

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

Chapter number or note title: 5.6 Disconnected Graph

Page number: 204

Error description: Pseudo-code of "LabelOne" function takes v from bag before adding anything to the bag

Suggested fix (if any): Add "put v into bag" above the line "while ..."