• + 0 comments

    This is indeed a subproblem of the Convex Hall Problem. Most of the Convex Hall Algorithm uses a function to determine whether consecutive 3 points are counter-clockwise or not. This problem can be solved by using this counter-clockwise function after sorting points (for example, by polar angle)