Sweep line algorithm: Difference between revisions

Content deleted Content added
templatize refs and clean up math
m missed an italicization
Line 12:
| page = 208–215
| title = Proc. 17th IEEE Symp. Foundations of Computer Science (FOCS '76)
| year = 1976}}.</ref> and it also makes it possible 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