Ramer–Douglas–Peucker algorithm ( Line Simplification)

From Algorithm Wiki
Revision as of 10:33, 15 February 2023 by Admin (talk | contribs) (Created page with "== Time Complexity == $O(n^{2})$ == Space Complexity == $O(n)$? (Derived: Recursive algorithm that has a worst-case recursion tree depth of O(n)?) == Description == == Approximate? == Exact == Randomized? == No, deterministic == Model of Computation == == Year == 1972 == Reference == https://www-sciencedirect-com.ezproxy.canberra.edu.au/science/article/abs/pii/S0146664X72800170")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Time Complexity

$O(n^{2})$

Space Complexity

$O(n)$?

(Derived: Recursive algorithm that has a worst-case recursion tree depth of O(n)?)

Description

Approximate?

Exact

Randomized?

No, deterministic

Model of Computation

Year

1972

Reference

https://www-sciencedirect-com.ezproxy.canberra.edu.au/science/article/abs/pii/S0146664X72800170