The ultimate planar convex hull algorithm (2-dimensional Convex Hull)
Jump to navigation
Jump to search
Time Complexity
$O(n log h)$
Space Complexity
$O(n)$ words
(https://ecommons.cornell.edu/handle/1813/6417)
Description
Approximate?
Exact
Randomized?
No, deterministic
Model of Computation
Real RAM
Year
1986