Rare
 0/11

BCCs and 2CCs

Author: Benjamin Qi

2-Edge-Connected Components

StatusSourceProblem NameDifficultyTags
YSEasy
Show Tags2CC

(implementation)

With DSU

StatusSourceProblem NameDifficultyTags
PlatNormal
Show TagsMerging

The analysis for the above problem mentions an O(mα(n))\mathcal{O}(m\alpha(n)) solution. Although this is not a two-connected component problem, we can in fact use DSU to generate two-connected components.

(explanation?)

Code

Problems

StatusSourceProblem NameDifficultyTags
CEOIEasy
Show TagsBCC
  • SRM 787 1000

Biconnected Components

StatusSourceProblem NameDifficultyTags
CSESNormal
Show TagsBCC

note that BCCs contain EDGES not VERTICES

Related topics include

  • Articulation Points
  • Bridges
  • Block-Cut Tree

Tutorial

Resources
GFG

maybe not completely correct

(implementation)

Problems

StatusSourceProblem NameDifficultyTags
CSESEasy
Show TagsBCC
POINormal
Show TagsBCC
APIONormal
Show TagsBCC
POINormal
Show TagsBCC
DMOJHard
Show TagsBCC
CEOIHard
Show TagsBCC
PlatVery Hard
Show TagsBCC

Module Progress: