Content deleted Content added
Citation bot (talk | contribs) Add: bibcode. | Use this bot. Report bugs. | Suggested by Abductive | #UCB_toolbar |
mNo edit summary |
||
Line 28:
The algorithm does not need to maintain explicitly a representation of the sweep line ''L'' or its position in the plane. Rather, the position of ''L'' is represented indirectly: it is the vertical line through the point associated with the most recently processed event.
The binary search tree may be any [[Self-balancing binary search tree|balanced binary search tree]] data structure, such as a [[
==Detailed algorithm==
|