Skip to content

Commit bda7ce9

Browse files
ujzwt4ittcNickolas
authored andcommitted
Add practice problems to strongly connected components article (cp-algorithms#132)
1 parent da87978 commit bda7ce9

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

src/graph/strongly-connected-components.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,3 +100,10 @@ Here, $g$ is graph, $gr$ is transposed graph. Function $dfs1$ implements depth f
100100

101101
* Thomas Cormen, Charles Leiserson, Ronald Rivest, Clifford Stein. Introduction to Algorithms [2005].
102102
* M. Sharir. A strong-connectivity algorithm and its applications in data-flow analysis [1979].
103+
104+
##Practice Problems
105+
- [SPOJ - Submerging Islands](http://www.spoj.com/problems/SUBMERGE/)
106+
- [SPOJ - Good Travels](http://www.spoj.com/problems/GOODA/)
107+
- [SPOJ - Lego](http://www.spoj.com/problems/LEGO/)
108+
- [Codechef - Chef and Round Run](https://www.codechef.com/AUG16/problems/CHEFRRUN)
109+

0 commit comments

Comments
 (0)