Introduction - If you have any usage issues, please Google them yourself
1) a collection of n points on a random input plane
2) using divide and conquer strategy computer program to calculate the maximum point of the n point.
3) programming for solving 2 dimensional maximal point problem, and reflect the divide and conquer strategy in the program. Program can handle arbitrary n points.