jeffgerickson / algorithms

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

Forgotten verb in Section 9.4 on Johnson's Algorithm #55

Closed davidrzs closed 5 years ago

davidrzs commented 5 years ago

This is a really small issue: Right after the first paragraph in section 9.4 you wrote

"These new weights non-negative because Bellman-Ford halted! ..."

I assume the correct sentence would be:

"These new weights are non-negative because Bellman-Ford halted! ..."