Ask HN: Finding a polygon given a list of random coords?
https://news.ycombinator.com/item?id=2854427Help.
Is there any way of finding a polygon that would contain all of a given list of points? without any intersections.
I'm hoping to use it in an app built on Google's Maps API v3. Any help/links would be much appreciated.