2018
DOI: 10.1007/978-3-319-77404-6_9
|View full text |Cite
|
Sign up to set email alerts
|

Time-Space Trade-Offs for Computing Euclidean Minimum Spanning Trees

Abstract: In the limited-workspace model, we assume that the input of size n lies in a random access read-only memory. The output has to be reported sequentially, and it cannot be accessed or modified. In addition, there is a read-write workspace of O(s) words, where s ∈ {1, . . . , n} is a given parameter. In a time-space trade-off, we are interested in how the running time of an algorithm improves as s varies from 1 to n.We present a time-space trade-off for computing the Euclidean minimum spanning tree (EMST) of a se… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
2
1

Citation Types

0
6
0

Year Published

2018
2018
2019
2019

Publication Types

Select...
3
1

Relationship

1
3

Authors

Journals

citations
Cited by 4 publications
(6 citation statements)
references
References 22 publications
0
6
0
Order By: Relevance
“…Given V, we can compute EMST(V) in O(n log n) time using O(n) words of workspace [11]. Given n sites in the plane, their EMST is the minimum spanning tree with the sites as vertices, where the weight of the edge between two sites is their Euclidean distance [12,13,14].…”
Section: Mathematical Formulationmentioning
confidence: 99%
See 2 more Smart Citations
“…Given V, we can compute EMST(V) in O(n log n) time using O(n) words of workspace [11]. Given n sites in the plane, their EMST is the minimum spanning tree with the sites as vertices, where the weight of the edge between two sites is their Euclidean distance [12,13,14].…”
Section: Mathematical Formulationmentioning
confidence: 99%
“…To do this with O(s) words of workspace, a succinct representation of its component structure was used. In the developed algorithm, we represent each edge ei by two directed half-edges [12]. The two half-edges are oriented in opposite directions such that the face incident a half-edge lies to the left of it.…”
Section: Mathematical Formulationmentioning
confidence: 99%
See 1 more Smart Citation
“…Thus, the time-space trade-off from Theorem 3.4 does not immediately extend for computing EMST(S). Recently, Banyassady et al [19] revisited the problem and provided a time-space trade-off, building on the ideas in Theorem 3.6. Their algorithm computes EMST(S) in O(n 3 log s/s 2 ) time, provided that s cells of workspace are available.…”
Section: (A)mentioning
confidence: 99%
“…It uses the workspace in two different ways: akin to Lemma 3.3, we check s edges in parallel for membership in EMST(S). Further, Banyassady et al [19] introduce s-nets, a compact representation of planar graphs. Using s-nets, one can speed up Kruskal's MST algorithm on S by making better use of the limited workspace.…”
Section: (A)mentioning
confidence: 99%