Generalized Peterson Maximum Independent Set
-
Updated
Apr 4, 2026 - C++
Generalized Peterson Maximum Independent Set
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."