PrevNext
Rare
 0/9

Strongly Connected Components

Author: Benjamin Qi

Subsets of nodes in directed graphs where each node in a subset can reach each other node in the subset.

SCCs

StatusSourceProblem NameDifficultyTagsSolution
CSESEasyView Solution

Tutorial

Resources
CPH
CPC
CP2
Benqconcise implementation of Kosaraju's Algorithm
Benqconcise implementation of Tarjan's Algorithm

Problems

StatusSourceProblem NameDifficultyTagsSolution
CSESEasyShow Sketch
POIEasy
Show Tags

SCC, dp

Show Sketch
Old GoldNormalExternal Sol
CFNormalCheck CF
POIHardExternal Sol
KattisHardView Solution
CSESHardView Solution

2-SAT

StatusSourceProblem NameDifficultyTagsSolution
CSESNormalView Solution

(impl)

Tutorial

Resources
CF

(KACTL at most one?)

Module Progress:

Give Us Feedback on Strongly Connected Components!

Join the Discussion!

Feel free to voice your thoughts in the comments section.

PrevNext