Sweep line algorithm: Difference between revisions

Content deleted Content added
Bender the Bot (talk | contribs)
m Applications: HTTP → HTTPS for Tufts CS, replaced: http://www.cs.tufts.edu/ → https://www.cs.tufts.edu/
Citation bot (talk | contribs)
Add: url, s2cid. | You can use this bot yourself. Report bugs here. | Suggested by SemperIocundus | via #UCB_webform
Line 16:
| pages = 208–215
| title = Proc. 17th IEEE Symp. Foundations of Computer Science (FOCS '76)
| year = 1976| s2cid = 124804 | url = http://euro.ecom.cmu.edu/shamos.html }}.</ref> The closely related [[Bentley–Ottmann algorithm]] uses a sweep line technique to report all ''K'' intersections among any ''N'' segments in the plane in time complexity of O((''N''&nbsp;+&nbsp;''K'')&nbsp;log&nbsp;''N'') and space complexity of O(''N'').<ref>{{citation
| last = Souvaine | first = Diane | author-link = Diane Souvaine
| title = Line Segment Intersection Using a Sweep Line Algorithm