A set of generic implementations for finding
$3$ -edge-connected and$3$ -vertex-connected components in a graph (implemented in Python). Made for junior-year independent work for Princeton University's COS Department.
This paper explores the implementation and application of a well known
- Ensure requirements are installed correctly.
- Navigate to project folder.
- Call
pipenv install
to install requiredpip
packages into the virtual environment. - Prosper.
Copyright © 2023 Mike Scornavacca.
This project is MIT licensed.
[1] Y. H. Tsin, “A Simple 3-Edge-Connected Component Algorithm,” Theory Comput Syst, vol. 40, no. 2, pp. 125–142, Feb. 2007, doi: 10.1007/s00224-005-1269-4.