Voronoi Diagrams: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 32: | Line 32: | ||
[[File:Voronoi Diagrams - Space.png|1000px]] | [[File:Voronoi Diagrams - Space.png|1000px]] | ||
== Space | == Time-Space Tradeoff == | ||
[[File:Voronoi Diagrams - Pareto Frontier.png|1000px]] | [[File:Voronoi Diagrams - Pareto Frontier.png|1000px]] |
Revision as of 14:45, 15 February 2023
Description
Given a set of n points in 2-dimensional space, compute the Voronoi diagram with the n points as seeds.
Parameters
n: number of points
Table of Algorithms
Name | Year | Time | Space | Approximation Factor | Model | Reference |
---|---|---|---|---|---|---|
Fortune's algorithm | 1986 | $O(nlogn)$ | $O(n)$ auxiliary | Exact | Deterministic | Time & Space |
Linde–Buzo–Gray algorithm | 1980 | $O(nlogn)$ | Exact | Deterministic | Time | |
Bowyer–Watson algorithm | 1981 | $O(nlogn)$ | $O(n)$ auxiliary | Exact | Deterministic | Time |
Time Complexity Graph
Error creating thumbnail: Unable to save thumbnail to destination
Space Complexity Graph
Error creating thumbnail: Unable to save thumbnail to destination
Time-Space Tradeoff
Error creating thumbnail: Unable to save thumbnail to destination