- SPOJ: EASYMATH
- SPOJ: KPRIMESB
- SPOJ: NGM2
- SPOJ: SQFREE (Hint: Use Mobius function)
- SPOJ: SUBSET
- SPOJ: IITKWPCH
- SPOJ: MSKYCODE
- In a connected undirected graph, a bridge is an edge that if removed the graph becomes disconnected.
- In a connected undirected graph, an articulation point or a cut vertex is a node that if removed the graph becomes disconnected.
- A strongly connected component is a graph where every two nodes are reachable from each others.
- Leetcode: Critical Connections in a Network (Finding Bridges Offline)
- Codeforces: Round 377 - Div2 F - Tourist Reform (Strong Orientation)
- Spoj: THRBL (Simple - Sparse Table)
- Codeforces: Round 475 - Div2 D - CGCDSSQ (Binary Search + Sparse Table)