This is an old revision of the document!


5.4 Finding the Closest Pair of Points


The Problem


Given n points in the plane,find the pair that is closest together. The brute-force attempt at solving this problem would cost us O(n²) time. Our goal is to find an efficient algorithm that runs in O(nlogn) time.

Designing the Algorithm


courses/cs211/winter2012/journals/jeanpaul/chapter_fivesection_iv.1331591518.txt.gz · Last modified: 2012/03/12 22:31 by mugabej
CC Attribution-Noncommercial-Share Alike 4.0 International
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0