Miller; Stout (2-dimensional Convex Hull)

From Algorithm Wiki
Jump to navigation Jump to search

Time Complexity

$O(logn)$ time using $O(n)$ processors

Space Complexity

$O(n)$ total? words

(Divide and conquer can be done in linear space total as space can be reused after conquer steps)

Description

Approximate?

Exact

Randomized?

No, deterministic

Model of Computation

EREW PRAM, possibly others (see paper)

Year

1988

Reference

https://cse.buffalo.edu/faculty/miller/Papers/IEEETC88a.pdf