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

[Oops.] Inaccuracy in Lemma 6.1 #295

Open
arbaazQureshi opened this issue Aug 22, 2024 · 1 comment
Open

[Oops.] Inaccuracy in Lemma 6.1 #295

arbaazQureshi opened this issue Aug 22, 2024 · 1 comment

Comments

@arbaazQureshi
Copy link

Please verify that the error is present in the most recent revision before reporting.

Chapter number or note title: Depth-first search

Page number: 230

Error description: In lemma 6.1, point b) must say u.pre < v.pre < v.post < u.post, and not u.pre <= v.pre < v.post <= u.post, if u is an ancestor of v.

Suggested fix (if any): Replace u.pre <= v.pre < v.post <= u.post with u.pre < v.pre < v.post < u.post

@arbaazQureshi arbaazQureshi changed the title [Oops.] [Oops.] Inaccuracy in Lemma 6.1 Aug 22, 2024
@arbaazQureshi
Copy link
Author

Please correct this in the proof to this lemma too.

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

No branches or pull requests

1 participant