biconcomp_size_nodes
Computes the number of nodes within each biconnected component.
sasviya.network.algorithms.biconnected_components.biconcomp_size_nodes(g)
Note that articulation points occur within more than one biconnected component.
Parameters
- g : SAS graph object
-
Specifies the undirected input graph to assess.
Returns
- dict
-
Returns a dictionary in which the keys are biconnected component IDs and the values are the number of nodes within each component.
Last updated: July 28, 2026