|
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
| • |
Given
a set of points in the
|
|
|
|
plane,
determine the two
|
|
|
|
points
that are closest to
|
|
|
each
other
|
|
|
| • |
An
attempt at a simple
|
|
|
|
solution
|
|
|
|
– |
Project
the points onto a line
|
|
|
– |
Sort
the points on along the
|
|
|
|
line to
find the smallest
|
|
|
|
distance
|
|
|
|
– |
Problem:
Projection
|
|
|
|
changes
the distances
|
|
|
|