SakshamAgrwl / GFG-DSA-Problem-Solutions

Celebrate Hacktoberfest by getting involved in the open source community by completing some simple tasks in this project.
18 stars 38 forks source link

Closest Pair Of Points in Array #52

Closed adisrivastava121 closed 3 years ago

adisrivastava121 commented 3 years ago

This Algorithm computes the two points in array which have the minimum distance between them using Divide and Conquer Approach