Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork1.8k
Closed
Labels
Description
Article:Strong Orientation
Problem:
The else case in find_bridges function where tin[nv] != -1 is currently "low[v] = min(low[v], low[nv]);" but I believe it should be "low[v] = min(low[v], tin[nv]);"