cycle_graph#

cycle_graph(number_of_vertices: int)#

Create a cycle graph represented as a PlanarDiagram.

Args:

number_of_vertices (int): The number of vertices in the cycle graph.

Returns:

PlanarDiagram: A PlanarDiagram object representing the cycle graph with the specified number of vertices.