2014
DOI: 10.1007/978-3-662-44777-2_24
|View full text |Cite
|
Sign up to set email alerts
|

Optimal Time-Space Tradeoff for the 2D Convex-Hull Problem

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1
1

Citation Types

0
21
0

Year Published

2015
2015
2021
2021

Publication Types

Select...
6
3

Relationship

0
9

Authors

Journals

citations
Cited by 24 publications
(21 citation statements)
references
References 14 publications
0
21
0
Order By: Relevance
“…For j ≥ I ≥ 1, predecessor and successor of ej are defined in RNGi regarding each endpoint w of ej as follows: the predecessor of ej is the half-edge in RNGi which has w as its head and is the first halfedge encountered in a counterclockwise sweep from ej around w [15]. The successor of ej is the half-edge in RNGi which has w as its tail and is the first halfedge encountered in a clockwise sweep from ej around w, as shown in Figure 2.…”
Section: Mathematical Formulationmentioning
confidence: 99%
“…For j ≥ I ≥ 1, predecessor and successor of ej are defined in RNGi regarding each endpoint w of ej as follows: the predecessor of ej is the half-edge in RNGi which has w as its head and is the first halfedge encountered in a counterclockwise sweep from ej around w [15]. The successor of ej is the half-edge in RNGi which has w as its tail and is the first halfedge encountered in a clockwise sweep from ej around w, as shown in Figure 2.…”
Section: Mathematical Formulationmentioning
confidence: 99%
“…In the algorithms literature, where the focus is also on improving time, a huge amount of research has been devoted to memory constrained algorithms, even as early as in the 1980s [38]. Early work on this focused on the selection problem [25,28,38,39], but more recently on computational geometry problems [3,6,9,21,26] and graph algorithms [24,4,8,34,17,32]. Regarding the data structure we develop to support findany operation, Elmasry et al [Lemma 2.1, [24]] state a data structure (without proof) that supports all the operations i.e., insert, search, delete and findany (they call it some id) among others, in constant time.…”
Section: Related Workmentioning
confidence: 99%
“…The optimal trade-offs for the sorting problem and the convex hull problem are known for both models (the random-access model and the multi-pass streaming model.) Under the random-access model, both problems can be solved in O(n 2 /(s log n) + n log(s log n)) time 3 using O(s) words of workspace [8,14]. Under the multi-pass streaming model, both problems can be solved in O(n 2 / log n+ n log s) time [7,13] using O(s) words of workspace and O(n/s) passes of the input array.…”
Section: Related Workmentioning
confidence: 99%