▲ | emih 4 days ago | |||||||
Whoops, you got me. Fixed! At some point I relabeled the vertices to match the DFS order, but I must have forgotten to update this example. | ||||||||
▲ | spankalee 4 days ago | parent [-] | |||||||
Nice. I'm liking the interactive diagrams! I noticed another small error. Step 15 of the Tarjan's algorithm diagram reads: > Since low[6] > 4, the edge is a bridge. I think it should read: > Since low[6] > low[4], the edge is a bridge. | ||||||||
|