Boissonnat; Snoeyink (Reporting all intersection points, generalized segments Line segment intersection)
Revision as of 10:36, 15 February 2023 by Admin (talk | contribs) (Created page with "== Time Complexity == $O( nlog n + k )$ == Space Complexity == $O(n)$ words (https://dl.acm.org/citation.cfm?id=304991) == Description == == Approximate? == Exact == Randomized? == No, deterministic == Model of Computation == Real RAM, under more restrictions/considerations? (predicate arithmetic) == Year == 1999 == Reference == https://dl.acm.org/citation.cfm?id=304991")
Time Complexity
$O( nlog n + k )$
Space Complexity
$O(n)$ words
(https://dl.acm.org/citation.cfm?id=304991)
Description
Approximate?
Exact
Randomized?
No, deterministic
Model of Computation
Real RAM, under more restrictions/considerations? (predicate arithmetic)
Year
1999