Qurak

CycleGraph

Available

Cycle graph on n vertices

CycleGraph[n]
Table[CycleGraph[i, PlotLabel -> Subscript[C, i]], {i, 3, 5}] → {Graph[<3>, <3>], Graph[<4>, <4>], Graph[<5>, <5>]}Table[CycleGraph[i, DirectedEdges -> True, EdgeStyle -> Arrowheads[Medium], PlotLabel -> Subscript[C, i]], {i, 3, 5}] → {Graph[<3>, <3>], Graph[<4>, <4>], Graph[<5>, <5>]}g = CycleGraph[8, VertexLabels -> "Name"] → Graph[<8>, <8>]

Topics

Related

All 6300 functions · Use this from an MCP client