Chazelle & Edelsbrunner (Reporting all intersection points, line segments Line segment intersection)
Jump to navigation
Jump to search
Time Complexity
$O( n \log n + k )$
Space Complexity
$O(n+k)$ total? words
(https://dl.acm.org/doi/10.1145/147508.147511)
Description
Approximate?
Exact
Randomized?
No, deterministic
Model of Computation
Real RAM
Year
1992