PROJECT EULER · #0998
Squaring the Triangle
The minimum bounding square of a triangle is the smallest square that can be drawn which fully covers the triangle.
Two examples are illustrated above: the
Define
You are given
Find
Write-up coming later
The complete problem is available here. An approach, code, and answer will be added later.