jeffgerickson / algorithms

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

Typo in Chapter 6.5 #208

Open Hjalmtyr opened 4 years ago

Hjalmtyr commented 4 years ago

In 5th line from the top of page 238: "... every back edge joins two edges in the ..." should be: "... every back edge joins two vertices in the ...". (i.e. change "edges" to "vertices").