Sweep line algorithm: Difference between revisions

Content deleted Content added
Biohog (talk | contribs)
add typical use case for sweep line
Biohog (talk | contribs)
Undid revision 912452848, not a representative use case
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==