Sweep line algorithm: Difference between revisions

Content deleted Content added
Reverted to revision 887075332 by Ebelular (talk): Refspam (TW)
Biohog (talk | contribs)
add typical use case for sweep line
Line 22:
| year = 2008}}.</ref>
 
Since then, this approach has been used to design efficient algorithms for a number of problems, such as construction of the [[Voronoi diagram]] ([[Fortune's algorithm]]) and, the [[Delaunay triangulation]] or, [[boolean operations on polygons]] and I/O log analysis<ref>{{cite web|title=Analysis and Correlation of Application I/O Performance and System-Wide I/O Activity|url=https://ieeexplore.ieee.org/document/8026844/|publisher=IEEE|format=PDF|date=Aug 2017}}</ref> .
 
==Generalizations and extensions==