Various code related to the problem of cycle (circuit) double covers
-
Updated
May 28, 2024 - Jupyter Notebook
Various code related to the problem of cycle (circuit) double covers
Python program that defines a class called Petersen representing the Petersen graph. The Petersen class has methods for calculating adjacent vertices for each vertex in the graph, printing them to console, and drawing the graph using the networkx and matplotlib libraries.
Add a description, image, and links to the petersen-graph topic page so that developers can more easily learn about it.
To associate your repository with the petersen-graph topic, visit your repo's landing page and select "manage topics."