Question

Is there a implementation of graph data structure in Qt with default operations for nodes and edges built-in?

Was it helpful?

Solution

I don't know of any Qt graph classes, but there is a nice Boost Graph Library:

More here: http://www.boost.org/doc/libs/1_46_1/libs/graph/doc/index.html

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top