Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
courses:cs211:winter2012:journals:jeanpaul:chapter_fivesection_iv [2012/03/13 01:56] mugabejcourses:cs211:winter2012:journals:jeanpaul:chapter_fivesection_iv [2012/03/13 01:58] (current) – [The Algorithm] mugabej
Line 22: Line 22:
 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> δ2 = Closest-Pair(right half)\\ >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> δ2 = Closest-Pair(right half)\\
 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> δ = min(δ1, δ2)\\ >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> δ = min(δ1, δ2)\\
->>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Delete all points further than δ from separation +>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Delete all points further than δ from separation line L\\
-line L\\+
 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Sort remaining points by y-coordinate.\\ >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Sort remaining points by y-coordinate.\\
 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Scan points in y-order and compare distance between each point and next 7 neighbors.\\ >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Scan points in y-order and compare distance between each point and next 7 neighbors.\\
 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> If any of these distances is less than δ, update δ.\\ >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> If any of these distances is less than δ, update δ.\\
 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> return δ\\ >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> return δ\\
 +\\ 
 +The running time of this algorithm is O(nlogn).\\ 
 +I give this section 8/10
courses/cs211/winter2012/journals/jeanpaul/chapter_fivesection_iv.1331603803.txt.gz · Last modified: 2012/03/13 01:56 by mugabej
CC Attribution-Noncommercial-Share Alike 4.0 International
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0