Doubt related Graphs..

While searching about tutorials on Graphs, I found something like, BGL on IBM’s website.

I don’t know anything about graphs, so i just want to know whats that… and can we implement that header file in our code for codechef??

Link: IBM Developer

You can’t use boost on codechef, or any other programming competition (mostly). It is an external library.

If you want to use it for your own purpose, you can download from http://www.boost.org/ but it won’t work on codechef.

1 Like

Thanks… :slight_smile: