Topic: Divide And Conquer Problem / Level: intermediate

Problem: Use divide and conquer to solve the problem of finding the minimum distance between two points in a 2D space.

Run the code to see the output here...