Groups
Category
A biconnected component (block) is a maximal subgraph where removing any single vertex keeps it connected.
Tarjanโs algorithm finds all Strongly Connected Components (SCCs) of a directed graph in a single depth-first search using a stack.