Update Hull.mdx

New problem (Codeforces 1299C).
This commit is contained in:
SamZhang3 2020-06-27 22:07:48 -04:00 committed by GitHub
parent 01198c1011
commit 790c4b5b85
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,6 +20,7 @@ export const metadata = {
],
general: [
new Problem("Plat", "Balance Beam", "864", "Easy", false, ["convex"], ""),
new Problem("CF", "Water Balance", "problemset/problem/1299/C", "Easy", false, ["convex"], ""),
new Problem("CF", "Geometers Anonymous", "problemset/problem/1195/F", "Normal", false, ["convex", "PURS"], ""),
new Problem("Old Gold", "Cow Curling", "382", "Normal", false, ["convex"], "testing whether points are inside hull"),
new Problem("AC", "AGC E - Random Pawn", "https://atcoder.jp/contests/agc044/tasks/agc044_e", "Very Hard", false, ["convex"], ""),
@ -65,4 +66,4 @@ diameter of point set:
- [CF Tutorial](https://codeforces.com/blog/entry/63823)
<problems-list problems={metadata.problems.cht} />
<problems-list problems={metadata.problems.cht} />