BiconnectedComponents#
- class BiconnectedComponents#
Bases:
object
A class representing a mapping of edge endpoints to biconnected component number that the edge belongs.
This implements the Python mapping protocol, so you can treat the return as a read-only mapping/dict of the form:
{(0, 0): 0, (0, 1): 1}
Methods