Check if two polygons overlap

From Rosetta Code
Revision as of 06:45, 30 July 2023 by Ididjdjjdjd (talk | contribs)
Task
Check if two polygons overlap
You are encouraged to solve this task according to the task description, using any language you may know.

Self-explanatory: given two polygons (as a list of their vertices), check whether they overlap.