NetworkX

Previous topic

networkx.generators.classic.complete_bipartite_graph

Next topic

networkx.generators.classic.cycle_graph

networkx.generators.classic.circular_ladder_graph

networkx.generators.classic.circular_ladder_graph(n, create_using=None)

Return the circular ladder graph CL_n of length n.

CL_n consists of two concentric n-cycles in which each of the n pairs of concentric nodes are joined by an edge.

Node labels are the integers 0 to n-1