I am in the situation that I have $n$ boundary points of a polygon in the plane.
Then, there is an explicit formula the so-called Shoelace formula to compute the area of the polygon
Fastest way to Shoelace formula
The nice property is that the boundary points do not have to be ordered.
However, I am wondering if there also exists a similar simple algorithmtic way to compute the perimeter of the polygon just from the set of (possibly unordered) boundary points?