Bentley–Ottmann algorithm

This is an old revision of this page, as edited by 201.52.46.251 (talk) at 23:21, 16 April 2009 (External Links). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

The Bentley-Ottmann algorithm is a sweep line algorithm for solving the line segment intersection problem on a plane, named after Jon Bentley and Thomas A. Ottman. It works by considering the intersections of the line segments with a "sweep" line which is moved progressively across the set of line segments.

See also