Skip to content

Commit 7e976ab

Browse files
committed
replace old DevSkills links with archived ones
1 parent f19e0d4 commit 7e976ab

7 files changed

Lines changed: 8 additions & 9 deletions

File tree

src/data_structures/fenwick.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ def range_sum(l, r):
440440
* [SRM 310 - FloatingMedian](https://community.topcoder.com/stat?c=problem_statement&pm=6551&rd=9990)
441441
* [SPOJ - Ada and Behives](http://www.spoj.com/problems/ADABEHIVE/)
442442
* [Hackerearth - Counting in Byteland](https://www.hackerearth.com/practice/data-structures/advanced-data-structures/fenwick-binary-indexed-trees/practice-problems/algorithm/counting-in-byteland/)
443-
* [DevSkills - Shan and String](https://devskill.com/CodingProblems/ViewProblem/300)
443+
* [DevSkill - Shan and String (archived)](http://web.archive.org/web/20210322010617/https://devskill.com/CodingProblems/ViewProblem/300)
444444
* [Codeforces - Little Artem and Time Machine](http://codeforces.com/contest/669/problem/E)
445445
* [Codeforces - Hanoi Factory](http://codeforces.com/contest/777/problem/E)
446446
* [SPOJ - Tulip and Numbers](http://www.spoj.com/problems/TULIPNUM/)

src/data_structures/sparse-table.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ Another one would be the [Sqrt Tree](sqrt-tree.md).
144144
* [Codeforces - R2D2 and Droid Army](http://codeforces.com/problemset/problem/514/D)
145145
* [Codeforces - Maximum of Maximums of Minimums](http://codeforces.com/problemset/problem/872/B)
146146
* [SPOJ - Miraculous](http://www.spoj.com/problems/TNVFC1M/)
147-
* [DevSkills - Multiplication Interval](https://devskill.com/CodingProblems/ViewProblem/19)
147+
* [DevSkill - Multiplication Interval (archived)](http://web.archive.org/web/20200922003506/https://devskill.com/CodingProblems/ViewProblem/19)
148148
* [Codeforces - Animals and Puzzles](http://codeforces.com/contest/713/problem/D)
149149
* [Codeforces - Trains and Statistics](http://codeforces.com/contest/675/problem/E)
150150
* [SPOJ - Postering](http://www.spoj.com/problems/POSTERIN/)

src/graph/breadth-first-search.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,8 @@ After that we run a BFS to find the shortest path from the starting vertex $(s,
115115
* [SPOJ: WATER](http://www.spoj.com/problems/WATER)
116116
* [SPOJ: MICE AND MAZE](http://www.spoj.com/problems/MICEMAZE/)
117117
* [Timus: Caravans](http://acm.timus.ru/problem.aspx?space=1&num=2034)
118-
* [DevSkills - Holloween Party](https://devskill.com/CodingProblems/ViewProblem/60)
119-
* [DevSkills - Ohani And The Link Cut Tree](https://devskill.com/CodingProblems/ViewProblem/150)
118+
* [DevSkill - Holloween Party (archived)](http://web.archive.org/web/20200930162803/http://www.devskill.com/CodingProblems/ViewProblem/60)
119+
* [DevSkill - Ohani And The Link Cut Tree (archived)](http://web.archive.org/web/20170216192002/http://devskill.com:80/CodingProblems/ViewProblem/150)
120120
* [SPOJ - Spiky Mazes](http://www.spoj.com/problems/SPIKES/)
121121
* [SPOJ - Four Chips (hard)](http://www.spoj.com/problems/ADV04F1/)
122122
* [SPOJ - Inversion Sort](http://www.spoj.com/problems/INVESORT/)

src/graph/depth-first-search.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,8 @@ void dfs(int v) {
127127
* [SPOJ - Validate the Maze](http://www.spoj.com/problems/MAKEMAZE/)
128128
* [SPOJ - Ghosts having Fun](http://www.spoj.com/problems/GHOSTS/)
129129
* [Codeforces - Underground Lab](http://codeforces.com/contest/781/problem/C)
130-
* [DevSkills - Maze Tester](https://devskill.com/CodingProblems/ViewProblem/3)
131-
* [DevSkills - Tourist](https://devskill.com/CodingProblems/ViewProblem/17)
130+
* [DevSkill - Maze Tester (archived)](http://web.archive.org/web/20200319103915/https://www.devskill.com/CodingProblems/ViewProblem/3)
131+
* [DevSkill - Tourist (archived)](http://web.archive.org/web/20190426175135/https://devskill.com/CodingProblems/ViewProblem/17)
132132
* [Codeforces - Anton and Tree](http://codeforces.com/contest/734/problem/E)
133133
* [Codeforces - Transformation: From A to B](http://codeforces.com/contest/727/problem/A)
134134
* [Codeforces - One Way Reform](http://codeforces.com/contest/723/problem/E)

src/graph/lca.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ struct LCA {
127127
- [CODECHEF: Lowest Common Ancestor](https://www.codechef.com/problems/TALCA)
128128
* [SPOJ - Lowest Common Ancestor](http://www.spoj.com/problems/LCASQ/)
129129
* [SPOJ - Ada and Orange Tree](http://www.spoj.com/problems/ADAORANG/)
130-
* [DevSkills - Motoku](https://devskill.com/CodingProblems/ViewProblem/141)
130+
* [DevSkill - Motoku (archived)](http://web.archive.org/web/20200922005503/https://devskill.com/CodingProblems/ViewProblem/141)
131131
* [UVA 12655 - Trucks](https://uva.onlinejudge.org/index.php?option=onlinejudge&page=show_problem&problem=4384)
132132
* [Codechef - Pishty and Tree](https://www.codechef.com/problems/PSHTTR)
133133
* [UVA - 12533 - Joining Couples](https://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&category=441&page=show_problem&problem=3978)

src/graph/mst_kruskal.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,6 @@ We can use the [**Disjoint Set Union** (DSU)](../data_structures/disjoint_set_un
121121
* [Codeforces - Flea](http://codeforces.com/problemset/problem/32/C)
122122
* [Codeforces - Igon in Museum](http://codeforces.com/problemset/problem/598/D)
123123
* [Codeforces - Hongcow Builds a Nation](http://codeforces.com/problemset/problem/744/A)
124-
* [DevSkills - Repairing Road](https://devskill.com/CodingProblems/ViewProblem/344)
125124
* [UVA - 908 - Re-connecting Computer Sites](https://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=849)
126125
* [UVA 1208 - Oreon](https://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=3649)
127126
* [UVA 1235 - Anti Brute Force Lock](https://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=3676)

src/string/suffix-array.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ $$\sum_{i=0}^{n-1} (n - p[i]) - \sum_{i=0}^{n-2} \text{lcp}[i] = \frac{n^2 + n}{
403403
* [UVA 12974 - Exquisite Strings](https://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&category=862&page=show_problem&problem=4853)
404404
* [UVA 10526 - Intellectual Property](https://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=1467)
405405
* [UVA 12338 - Anti-Rhyme Pairs](https://uva.onlinejudge.org/index.php?option=onlinejudge&page=show_problem&problem=3760)
406-
* [DevSkills Reconstructing Blue Print of Life](https://devskill.com/CodingProblems/ViewProblem/328)
406+
* [DevSkills Reconstructing Blue Print of Life (archived)](http://web.archive.org/web/20210126015936/https://devskill.com/CodingProblems/ViewProblem/328)
407407
* [UVA 12191 - File Recover](https://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=3343)
408408
* [SPOJ - Suffix Array](http://www.spoj.com/problems/SARRAY/)
409409
* [LA 4513 - Stammering Aliens](https://icpcarchive.ecs.baylor.edu/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=2514)

0 commit comments

Comments
 (0)