Skip to content
Prev 280957 / 398503 Next

Finding all triangles in a graph

Taral

The general problem of finding subgraphs with a given structure ("motifs")
is hard (ie computationally expensive).  There is some literature...

have you looked at the package igraph, function graph.motifs()?

albyn

Quoting Taral <taralx at gmail.com>: