Expand description
Triangle counting algorithm implementation.
Counts triangles and computes clustering coefficients in graphs.
Functionsยง
- clustering_
coefficient - Computes the global clustering coefficient of the graph.
- triangle_
count - Counts the total number of triangles in the graph.
- triangles_
per_ node - Counts triangles each node participates in.