Skip to content

Latest commit

 

History

History
48 lines (40 loc) · 1.72 KB

File metadata and controls

48 lines (40 loc) · 1.72 KB

What is this repository?

This repository is used for storing the code of examples.

How to run these code on my computer?

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

Read more

Connected Components
Strongly Connected Components
Biconnected Components
Articulation Points
Bridges

Figures of examples

Connected components:

Strongly connected components:

Biconnected components:

Articulation Points:

Bridges:

Figures of pgRouting Sample Data

Connected components:

Strongly connected components:

Biconnected components:

Articulation Points: Bridges: