Graph-Bridges

Revision en1, by CreativeAss, 2018-02-28 23:22:15

How to handle parallel edges while finding bridges?

I know one way that count occurrence of each edge. After taking input if occurrence of an edge is greater than 1 don't consider it. (As it will never be a bridge).

I wanted to know some other way.

Thank you very much in advance :) Happy Coding

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en1 English CreativeAss 2018-02-28 23:22:15 319 Initial revision (published)