Introduction - If you have any usage issues, please Google them yourself
The 2D convex hull algorithm, 1. Sorting easier, just a simple comparison, there is no operation. 2. To find a better starting point, that is sort of a point after the first. 3. Can be a good deal with exceptional circumstances (of line) .