Open Luzhiled opened 4 years ago
後者は O(log n) でできる
O(log n)
関数名の suffix に _polygon とか _convex とかつけてわける?
#113 B Polygons
ccw の二分探索 + 点の三角形内包判定だけで解けるはず
二分探索パートで得られる辺は応用が効くので contain_convex とは別の関数にする
https://onlinejudge.u-aizu.ac.jp/challenges/sources/PCK/Prelim/0412?year=2019
後者は
O(log n)
でできる関数名の suffix に _polygon とか _convex とかつけてわける?