Team-Kek / Notebook

Implementations of algorithms that might be useful in ICPC.
1 stars 0 forks source link

Strongly Connected Components #16

Open maxhwardg opened 8 years ago

maxhwardg commented 8 years ago

As an extension, you could also include solving 2-SAT in linear time, since it is basically just applied SCC.