I think that's a difficult problem.
With a "naive" algorithm you have:
distances: if you have n points you have to check n² distances/pairs.
area of triangles: if you have n points you have to check n³ triangles.
Is a naive algorithm ok? Because anything else:
- beyond my capability
- I...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.