27 Content-Disposition: inline; filename=" 13dc Last-Modified: Wed, 01 Jul 2026 19:30:59 GMT Expires: Sat, 28 Jun 2036 19:30:59 GMT ETag: "5d452b4c51c0749494d27ae558bf9584548f7088"
graph_info - Print basic information about a graph
graph_info graph_in
graph_info prints the number of nodes, number of edges, average
degree, and average squared degree of graph_in.
- (dash), read
the edge list from STDIN.The program prints on STDOUT a single line in the format:
N K avg_k avg_k2
where N is the number of nodes, K is the number of edges, avg_k
is the average degree, and avg_k2 is the average squared degree of graph_in.
clust(1)
(c) Vincenzo 'KatolaZ' Nicosia 2009-2017 <v.nicosia@qmul.ac.uk>.