Topic: Divide And Conquer Problem / Level: intermediate

Problem: Implement a divide and conquer algorithm to find the maximum area of a rectangle formed by a set of points on a 2D plane.

Run the code to see the output here...