Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem on article Strong Orientation #1262

Open
pvsharsha opened this issue Apr 12, 2024 · 1 comment
Open

Problem on article Strong Orientation #1262

pvsharsha opened this issue Apr 12, 2024 · 1 comment
Labels

Comments

@pvsharsha
Copy link

pvsharsha commented Apr 12, 2024

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]);"

@adamant-pwn
Copy link
Member

Hi, thanks for bringing this up! You're probably right, as it is more consistent with the main bridges article. Do you have an example of a problem in which changing this also affects the verdict? In any case, please feel free to make a pull request to fix this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants