AN IMPROVED PLANE SWEEP ALGORITHM FOR LINE SEGMENT INTERSECTION PROBLEMS
-
-
Abstract
This paper presents an improved data structure of the sweeping plane algorithm for line segment intersection of size n.The time and space complexities of the improved algorithm for line segment intersection are O(nlogm+klogm) and O(m),where k is the number of intersecting pairs and m is the maximum number of line segments intersecting with the sweeping line,
-
-