Skip to content

Commit f6320a5

Browse files
committed
Replace broken links from URI with matcomgrader
1 parent b319183 commit f6320a5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/geometry/convex-hull.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,6 @@ void convex_hull(vector<pt>& a, bool include_collinear = false) {
194194

195195
* [Kattis - Convex Hull](https://open.kattis.com/problems/convexhull)
196196
* [Kattis - Keep the Parade Safe](https://open.kattis.com/problems/parade)
197-
* [URI 1464 - Onion Layers](https://www.urionlinejudge.com.br/judge/en/problems/view/1464)
197+
* [Latin American Regionals 2006 - Onion Layers](https://matcomgrader.com/problem/9413/onion-layers/)
198198
* [Timus 1185: Wall](http://acm.timus.ru/problem.aspx?space=1&num=1185)
199199
* [Usaco 2014 January Contest, Gold - Cow Curling](http://usaco.org/index.php?page=viewproblem2&cpid=382)

src/num_methods/simpson-integration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,4 @@ double simpson_integration(double a, double b){
6464
6565
## Practice Problems
6666
67-
* [URI - Environment Protection](https://www.urionlinejudge.com.br/judge/en/problems/view/1297)
67+
* [Latin American Regionals 2012 - Environment Protection](https://matcomgrader.com/problem/9335/environment-protection/)

0 commit comments

Comments
 (0)