Rare
 0/11

BCCs and 2CCs

Author: Benjamin Qi

2-Edge-Connected Components

StatusSourceProblem NameDifficultyTagsSolutionURL
YSEasy
Show Tags

2CC

Show Sketch

(implementation)

With DSU

StatusSourceProblem NameDifficultyTagsSolutionURL
PlatNormal
Show Tags

Merging

External Sol

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 NameDifficultyTagsSolutionURL
CEOIEasy
Show Tags

BCC

View Solution
  • SRM 787 1000

Biconnected Components

StatusSourceProblem NameDifficultyTagsSolutionURL
CSESNormal
Show Tags

BCC

View Solution

note that BCCs contain EDGES not VERTICES

Related topics include

  • Articulation Points
  • Bridges
  • Block-Cut Tree

Tutorial

Resources
GFGmaybe not completely correct

(implementation)

Problems

StatusSourceProblem NameDifficultyTagsSolutionURL
CSESEasy
Show Tags

BCC

POINormal
Show Tags

BCC

Show Sketch
APIONormal
Show Tags

BCC

POINormal
Show Tags

BCC

View Solution
DMOJHard
Show Tags

BCC

Check DMOJ
CEOIHard
Show Tags

BCC

External Sol
PlatVery Hard
Show Tags

BCC

External Sol

Module Progress:

Join the USACO Forum!

Stuck on a problem, or don't understand a module? Join the USACO Forum and get help from other competitive programmers!