8000 Add practice problems on convex hull (#385) · cp-algorithms/cp-algorithms@5647830 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5647830

Browse files
neko-nyaajakobkogler
authored andcommitted
Add practice problems on convex hull (#385)
1 parent dd97700 commit 5647830
File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/geometry/grahams-scan-convex-hull.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,3 +92,10 @@ void convex_hull(vector<pt>& a) {
9292
a.push_back(down[i]);
9393
}
9494
```
95+
96+
## Practice Problems
97+
98+
* [Kattis - Convex Hull](https://open.kattis.com/problems/convexhull)
99+
* [Kattis - Keep the Parade Safe](https://open.kattis.com/problems/parade)
100+
* [Timus 1185: Wall](http://acm.timus.ru/problem.aspx?space=1&num=1185)
101+
* [Usaco 2014 January Contest, Gold - Cow Curling](http://usaco.org/index.php?page=viewproblem2&cpid=382)

0 commit comments

Comments
 (0)
0