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

Skip to content

Commit 3993cca

Browse files
author
Oleksandr Kulkov
authored
Update convex_hull_trick.md
re-linking to Codeforces gym and DMOJ per Codebreaker request
1 parent f3c6fa1 commit 3993cca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/geometry/convex_hull_trick.md

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

144144
## Problems
145145

146-
* [Codebreaker - TROUBLES](https://codebreaker.xyz/problem/troubles) (simple application of Convex Hull Trick after a couple of observations)
146+
* [Codebreaker - TROUBLES](https://codeforces.com/gym/103536/problem/B) (simple application of Convex Hull Trick after a couple of observations)
147147
* [CS Academy - Squared Ends](https://csacademy.com/contest/archive/task/squared-ends)
148148
* [Codeforces - Escape Through Leaf](http://codeforces.com/contest/932/problem/F)
149149
* [CodeChef - Polynomials](https://www.codechef.com/NOV17/problems/POLY)
150150
* [Codeforces - Kalila and Dimna in the Logging Industry](https://codeforces.com/problemset/problem/319/C)
151151
* [Codeforces - Product Sum](https://codeforces.com/problemset/problem/631/E)
152152
* [Codeforces - Bear and Bowling 4](https://codeforces.com/problemset/problem/660/F)
153-
* [APIO 2010 - Commando](https://codebreaker.xyz/problem/commando)
153+
* [APIO 2010 - Commando](https://dmoj.ca/problem/apio10p1)

0 commit comments

Comments
 (0)