Why it matters
Cut vertices identify single points of failure. Foundational for reliability analysis.
Advertisement
The architecture
DFS + disc + low.
Root: articulation if 2+ children.
Non-root: articulation if child has low >= disc.
Advertisement
How it works end to end
Compute disc + low in DFS.
Check condition per vertex.
Root child count matters.
Related: bridges use edge condition.