You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: