-
-
Notifications
You must be signed in to change notification settings - Fork 120
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Problem proposal] All Farthest Neighbors in Convex Polygons #1187
Comments
ありがとうございます。 「テストケース作成は難しそう」というのはどういうことですか? |
嘘解法を落とすのが大変だったという https://jag-icpc.org/?plugin=attach&refer=2023%2FPractice%2F%E5%A4%8F%E5%90%88%E5%AE%BF%2F%E8%AC%9B%E8%A9%95&openfile=G.pdf の記憶だったんですが,実際はこれより単純な問題なのでそんなに大変じゃなさそうという気になってきました |
複数ある場合, 最小の index にするのか, どれでも良いとするのかは議論点かな |
自然な実装として, SMAWK に |
最小インデックスだと、反時計回り順で最寄りというわけではないのか。 ちょうど最近 |
これで良さそうです。 |
Problem name: All Farthest Neighbors in Convex Polygons
Problem
Constraint
Solution / Reference
Input
Output
Note / Disucussion
テストケース作成は難しそうThe text was updated successfully, but these errors were encountered: