Geometry -> Minkowski Sum
Sum two convex polygons in CCW order by normalizing the lowest vertex and merging edge directions, then reuse the result for repeated sums or point-in-convex queries.
- Topic slug:
geometry/minkowski-sum
- Tutorial page: Open tutorial
- Ladder page: Open ladder
- Repo problems currently tagged here:
1
- Repo companion pages:
5
- Curated external problems:
1
Microtopics
- minkowski-sum
- convex-polygons
- edge-merge
- lowest-vertex-normalization
- repeated-sum
- point-in-convex
Learning Sources
Practice Sources
Repo Companion Material
Curated External Problems
Stretch
| Problem |
Source |
Difficulty |
Context |
Style |
Prerequisites |
Tags |
Why it fits |
| Mogohu-Rea Idol |
Codeforces |
Very Hard |
Point-In-Convex |
Geometry; Modeling; Implementation |
Convex Polygon Order; Cross Product; Point In Convex Polygon |
Convex Polygon; Repeated Sum; Point Query; Center Of Mass |
A stretch repeated-sum model where the basic two-polygon merge is already assumed and the real lesson is reusing it for three convex polygons plus scaled point-in-convex queries. |
Repo Problems
| Code |
Title |
Fit |
Difficulty |
Pattern |
Note |
Solution |
MOGOHUREAIDOL |
Mogohu-Rea Idol |
primary |
very-hard |
- |
Note |
Code |
Regeneration
python3 scripts/generate_problem_catalog.py