SlavkoPrytula / Find-The-Closest-Pair-Of-Points

Given an array consisting of n distinct points[p1[x1, y1] ... pn[xn, yn]]. Find the closest pair of points using a Divide-and-Conquer Algorithm with asymptotic complexity of O(N log N)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository is not active

About

Given an array consisting of n distinct points[p1[x1, y1] ... pn[xn, yn]]. Find the closest pair of points using a Divide-and-Conquer Algorithm with asymptotic complexity of O(N log N)


Languages

Language:Python 100.0%