wheel_graph#

wheel_graph(number_of_vertices: int)#

Create a wheel graph with the specified number of vertices.

Args:

number_of_vertices (int): The total number of vertices in the wheel graph, including the center.

Returns:

PlanarDiagram: A planar diagram representing the constructed wheel graph.