Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1a33585

Browse files
committed
Changed Dunjudge problem links to codebreak.xyz
1 parent af4961a commit 1a33585

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/dynamic_programming/divide-and-conquer-dp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ both!
9494
- [CodeForces - The Bakery](https://codeforces.com/problemset/problem/834/D)
9595
- [CodeForces - Yet Another Minimization Problem](https://codeforces.com/contest/868/problem/F)
9696
- [Codechef - CHEFAOR](https://www.codechef.com/problems/CHEFAOR)
97-
- [Dunjudge - GUARDS](https://dunjudge.me/analysis/problems/894/) (This is the exact problem in this article.)
97+
- [Codebreaker - GUARDS](https://codebreaker.xyz/problem/guards) (This is the exact problem in this article.)
9898
- [Hackerrank - Guardians of the Lunatics](https://www.hackerrank.com/contests/ioi-2014-practice-contest-2/challenges/guardians-lunatics-ioi14)
9999
- [Hackerrank - Mining](https://www.hackerrank.com/contests/world-codesprint-5/challenges/mining)
100100
- [Kattis - Money (ACM ICPC World Finals 2017)](https://open.kattis.com/problems/money)

src/geometry/convex_hull_trick.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,11 +145,11 @@ ftype get(int x, int v = 1, int l = 0, int r = maxn) {
145145

146146
## Problems
147147

148-
* [Dunjudge - TROUBLES](https://dunjudge.me/analysis/problems/896/) (simple application of Convex Hull Trick after a couple of observations)
148+
* [Codebreaker - TROUBLES](https://codebreaker.xyz/problem/troubles) (simple application of Convex Hull Trick after a couple of observations)
149149
* [CS Academy - Squared Ends](https://csacademy.com/contest/archive/task/squared-ends)
150150
* [Codeforces - Escape Through Leaf](http://codeforces.com/contest/932/problem/F)
151151
* [CodeChef - Polynomials](https://www.codechef.com/NOV17/problems/POLY)
152152
* [Codeforces - Kalila and Dimna in the Logging Industry](https://codeforces.com/problemset/problem/319/C)
153153
* [Codeforces - Product Sum](https://codeforces.com/problemset/problem/631/E)
154154
* [Codeforces - Bear and Bowling 4](https://codeforces.com/problemset/problem/660/F)
155-
* [APIO 2010 - Commando](https://dunjudge.me/analysis/problems/264/)
155+
* [APIO 2010 - Commando](https://codebreaker.xyz/problem/commando)

0 commit comments

Comments
 (0)