Visual interactive implementation solving the Closest Pair of Points Problem in O(n log(n)) with the recursive Divide and Conquer algorithm.