edgegraph.builder.adjlist

edgegraph.builder.adjlist#

Build graphs from adjacency lists.

This module provides helper functions to construct a graph from a given adjacency list structure, as is common in graph algorithms and software.

Functions

load_adj_dict(adjdict[, linktype])

Load an "adjacency dictionary" to create a Universe object.