Dwyer (higher dimensions) (General Delaunay Triangulation (d-dimensions) Delaunay Triangulation): Difference between revisions

From Algorithm Wiki
Jump to navigation Jump to search
(Created page with "== Time Complexity == $O(n log log n)$ == Space Complexity == $O(n)$? words (Keep track of O(1) information per triangle related to triangulation??) == Description == == Approximate? == Exact == Randomized? == No, deterministic == Model of Computation == Real RAM? == Year == 1987 == Reference == https://link.springer.com/article/10.1007/BF02574694")
 
No edit summary
 
Line 1: Line 1:
== Time Complexity ==  
== Time Complexity ==  


$O(n log log n)$
$O(n \log \log n)$


== Space Complexity ==  
== Space Complexity ==  

Latest revision as of 09:44, 10 April 2023

Time Complexity

$O(n \log \log n)$

Space Complexity

$O(n)$? words

(Keep track of O(1) information per triangle related to triangulation??)

Description

Approximate?

Exact

Randomized?

No, deterministic

Model of Computation

Real RAM?

Year

1987

Reference

https://link.springer.com/article/10.1007/BF02574694