anvaka/ngraph.graph

Circular Detection

amcdnl opened this issue · 2 comments

It would be nice to have a utility in the graph to detect if the graph was circular or not. This is useful for determining what kinds of graph layouts are most optimal given the data.

By circular graph - you mean a graph that has cycles?

Yes