Module rs_graph::classes

source ·
Expand description

Graph classes Some common graph classes.

Functions

Returns a complete bipartite graph on n+m nodes.
Returns the complete graph on n nodes.
Returns a cycle with length n.
Returns a hypercube of dimension d.
Returns a path with m edges.
Returns a Peterson graph.
Returns a star graph with n rays.