Package it.unimi.dsi.big.webgraph.examples
Example classes that do nice things using the WebGraph framework.
-
Class Summary Class Description IntegerListImmutableGraph Exposes a graph in a simple binary format as an (offline-only)ImmutableGraph
.IntegerTriplesArcLabelledImmutableGraph A class exposing a list of triples as anArcLabelledImmutableGraph
.OutdegreeStats The main method of this class loads an arbitraryImmutableGraph
and performs a sequential scan to establish the minimum, maximum and average outdegree.