Divide and Conquer algorithm in python
Divide and Conquer algorithm in python
Use of brute force to find minimum distance between two points in a 2-D space. Further, implementation of divide and conquer algorithm to find the same.
The full description is given in a file named Divide-and-conquer-description