Eddagdeg's blog

By Eddagdeg, history, 7 years ago, In English

Hello coders, I'm wondering how to find all edges in a graph which if removed, would disconnect a specific pair of vertices? any hint and Thanks^__^

  • Vote: I like it
  • +8
  • Vote: I do not like it

| Write comment?
»
7 years ago, hide # |
 
Vote: I like it +8 Vote: I do not like it

This can be easily solved with Bridge Tree.

»
7 years ago, hide # |
Rev. 2  
Vote: I like it 0 Vote: I do not like it

Thanks to all of you^__^