How many ways can you triangulate a regular polygon?
The Endeavour 2025-04-16
Summary:
In this post we want to count the number of ways to divide a regular polygon [1] into triangles by connecting vertices with straight lines that do not cross. Squares For a square, there are two possibilities: we either connect the NW and SE corners, or we connect the SW and NE corners. Pentagons For […]
The post How many ways can you triangulate a regular polygon? first appeared on John D. Cook.