Skip to content

Commit 82e650b

Browse files
author
Bartosz Kostka
committed
Remove broken links.
1 parent 7216ec2 commit 82e650b

File tree

3 files changed

+0
-4
lines changed

3 files changed

+0
-4
lines changed

src/combinatorics/binomial-coefficients.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,15 +220,13 @@ When $m$ is not square-free, a [generalization of Lucas's theorem for prime powe
220220
* [LightOj - Necklaces](http://www.lightoj.com/volume_showproblem.php?problem=1419)
221221
* [HACKEREARTH: Binomial Coefficient](https://www.hackerearth.com/problem/algorithm/binomial-coefficient-1/description/)
222222
* [SPOJ - Ada and Teams](http://www.spoj.com/problems/ADATEAMS/)
223-
* [DevSkill - Drive In Grid](https://devskill.com/CodingProblems/ViewProblem/61)
224223
* [SPOJ - Greedy Walking](http://www.spoj.com/problems/UCV2013E/)
225224
* [UVa 13214 - The Robot's Grid](https://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=5137)
226225
* [SPOJ - Good Predictions](http://www.spoj.com/problems/GOODB/)
227226
* [SPOJ - Card Game](http://www.spoj.com/problems/HC12/)
228227
* [SPOJ - Topper Rama Rao](http://www.spoj.com/problems/HLP_RAMS/)
229228
* [UVa 13184 - Counting Edges and Graphs](https://uva.onlinejudge.org/index.php?option=onlinejudge&page=show_problem&problem=5095)
230229
* [Codeforces - Anton and School 2](http://codeforces.com/contest/785/problem/D)
231-
* [DevSkill - Parandthesis](https://devskill.com/CodingProblems/ViewProblem/255)
232230
* [Codeforces - Bacterial Melee](http://codeforces.com/contest/760/problem/F)
233231
* [Codeforces - Points, Lines and Ready-made Titles](http://codeforces.com/contest/872/problem/E)
234232
* [SPOJ - The Ultimate Riddle](https://www.spoj.com/problems/DCEPC13D/)

src/combinatorics/inclusion-exclusion.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,6 @@ A list of tasks that can be solved using the principle of inclusions-exclusions:
449449
* [TopCoder SRM 390 "SetOfPatterns" [difficulty: medium]](http://www.topcoder.com/stat?c=problem_statement&pm=8307)
450450
* [TopCoder SRM 176 "Deranged" [difficulty: medium]](http://community.topcoder.com/stat?c=problem_statement&pm=2013)
451451
* [TopCoder SRM 457 "TheHexagonsDivOne" [difficulty: medium]](http://community.topcoder.com/stat?c=problem_statement&pm=10702&rd=14144&rm=303184&cr=22697599)
452-
* [Test>>>thebest "HarmonicTriples" (in Russian) [difficulty: medium]](http://esci.ru/ttb/statement-62.htm)
453452
* [SPOJ #4191 MSKYCODE "Sky Code" [difficulty: medium]](http://www.spoj.com/problems/MSKYCODE/)
454453
* [SPOJ #4168 SQFREE "Square-free integers" [difficulty: medium]](http://www.spoj.com/problems/SQFREE/)
455454
* [CodeChef "Count Relations" [difficulty: medium]](http://www.codechef.com/JAN11/problems/COUNTREL/)

src/graph/strongly-connected-components.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,6 @@ Our condensation graph is now given by the vertices `components` (one strongly c
152152
* [SPOJ - Good Travels](http://www.spoj.com/problems/GOODA/)
153153
* [SPOJ - Lego](http://www.spoj.com/problems/LEGO/)
154154
* [Codechef - Chef and Round Run](https://www.codechef.com/AUG16/problems/CHEFRRUN)
155-
* [Dev Skills - A Song of Fire and Ice](https://devskill.com/CodingProblems/ViewProblem/79)
156155
* [UVA - 11838 - Come and Go](https://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=2938)
157156
* [UVA 247 - Calling Circles](https://uva.onlinejudge.org/index.php?option=onlinejudge&page=show_problem&problem=183)
158157
* [UVA 13057 - Prove Them All](https://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=4955)

0 commit comments

Comments
 (0)