Detailed Description
Given a set of points in the plane. the convex hull of the set is the smallest convex polygon that contains all the points of it.
Jarvis Algorithm Wiki
Context
Jarvis March algorithm is used to detect the corner points of a convex hull from a given set of data points.
Possible Implementation