PetersenGraph
create a
PetersenGraph(5, 2)
graph.
create a new Petersen graph with
2*order
number of total vertices.
See
Examples
Implementation status
- ✅ - full supported
create a
PetersenGraph(5, 2)
graph.
create a new Petersen graph with
2*order
number of total vertices.
See