سؤال

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

هل كانت مفيدة؟

المحلول

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

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top