jeffgerickson / algorithms

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

Chapter 7 page 6 AddAllSafeEdges listing #113

Closed mookid closed 5 years ago

mookid commented 5 years ago

The listing reads safe[label(v)] ← uv which should be safe[comp(v)] ← uv.

jeffgerickson commented 5 years ago

Already fixed.