G = ladderGraph n
A ladder graph of length n is two path graphs of size n each joined by a set of n edges. The first edge connects the top elements, the second the second elements and the last edge connects the bottom elements, making a 2 by n grid that looks like a ladder.
|
The object ladderGraph is a method function.
The source of this document is in Graphs.m2:2657:0.