Table of Contents

Closest Pair of Points

Recursively splits the set of points and uses clever combining techniques to find the closest pair in less than O(n²) time.

Category: divide-and-conquer
Loading...

Enjoy reading code with a tandem explainer?

Explain code with DocComment! Try out your own code!

Try DocComment