This repository is used for storing the code of examples.
Make sure you have gcc/g++ 4.6.4 and Boost 1.58.0 installed.
Download the code and compile it (I use ConnectedComponents as an example, the others are similiar).
g++ ConnectedComponents.cpp -o ConnectedComponents -Wall
Then, run it.
./ConnectedComponents
Connected Components
Strongly Connected Components
Biconnected Components
Articulation Points
Bridges
Connected components:
Strongly connected components:
Biconnected components:
Articulation Points:
Bridges:
Connected components:
Strongly connected components:
Biconnected components:
Articulation Points:
Bridges: