Topic: Divide And Conquer Problem / Level: intermediate

Problem: Use divide and conquer to find the minimum cost to connect all points in a 2D plane.

Run the code to see the output here...