Skip to content

Sample code of GSoC'18 proposal using the Boost Graph Library.

Notifications You must be signed in to change notification settings

apslight/Sample-Code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sample-Code

Example code using the Boost Graph Library.

How to run code..??

Install boost:

sudo apt-get install libboost-all-dev 

Download the code and compile it:

git clone https://github.com/apslight/Sample-Code.git 
g++ sample_code.cpp -o sample_code -Wall

Run:

./sample_code

Description:

Prim Algorithms:

Sample code:

prim_sample code

Output:

prim_output

Kruskal Algorithms:

Sample code:

kruskal_sample_code

Output:

kruskal_output.jpg

Min - Cut:

Sample code:

mn_cut_sample_code

Output:

mincut_output.jpg

About

Sample code of GSoC'18 proposal using the Boost Graph Library.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages