Hi all,

I need to construct a directed graph in c++. I need to add keywords as nodes and represent phrases (of words) with the edges. But I dont know what data structures to use and how I can implement this.

Can anyone please help me or give any pointers to available graph libraries?

Thanks