edgegraph.builder

edgegraph.builder#

Functions and classes for assembling graphs.

Modules

adjlist

Build graphs from adjacency lists.

adjmatrix

Build graphs from adjacency matrices.

explicit

Build graphs in the most manual form possible; taking two vertices and linking them.

randgraph

Procedures for creating random graphs.