0
$\begingroup$

I came across this theorem: enter image description here

It says: The first time we visit (u,v) , we do it in direction u to v, because entry[u] < entry[v], however this does not make sense to me. Consider this graph: enter image description here

The first time we try to use the edge (1/10,6/7), we try to do it from the 6/7 vertex to the 1/10 vertex, but clearly the entry time 6 is greater than entry time 1. Secondly, when do we ever explore an edge twice in DFS, all I know is that we do it once and then after v is done we backtrack.

$\endgroup$
2
  • $\begingroup$ I don't get the last sketch: what are the numbers before the / (slash), and what are the numbers after? Just parts of composite node labels? First one is the entry time? Whence? Any prior explanation what entry$(u)$ is? $\endgroup$ Commented Nov 7 at 13:10
  • $\begingroup$ cs.stackexchange.com/help/referencing $\endgroup$ Commented Nov 10 at 1:22

0

Know someone who can answer? Share a link to this question via email, Twitter, or Facebook.

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.