circular_ladder_graph#

circular_ladder_graph(n, create_using=None)[source]#

Returns the circular ladder graph CLn of length n.

CLn 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