Grpah bridge

C

Crimarc

Can you tell help how can i output the bridges of a graph from a given graph ???
Thnka you
 
V

Victor Bazarov

Crimarc said:
Can you tell help how can i output the bridges of a graph from a given
graph ???

Have you tried using 'std::cout' and the '<<' operator?
 
C

cad

Crimarc said:
Can you tell help how can i output the bridges of a graph from a given graph ???
Thnka you

"Matrix-based" representation: you have to check every "value pairs" if
they are connected or not (directed graph).

"List-based" representation: its quite easy, just read up the list.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,202
Messages
2,571,055
Members
47,659
Latest member
salragu

Latest Threads

Top