2010
DOI: 10.1007/978-3-642-13193-6_41
|View full text |Cite
|
Sign up to set email alerts
|

Geometric Minimum Spanning Trees with GeoFilterKruskal

Abstract: Abstract. Let P be a set of points in R d . We propose GEOFILTERKRUSKAL, an algorithm that computes the minimum spanning tree of P using well separated pair decomposition in combination with a simple modification of Kruskal's algorithm. When P is sampled from uniform random distribution, we show that our algorithm takes one parallel sort plus a linear number of additional steps, with high probability, to compute the minimum spanning tree. Experiments show that our algorithm works better in practice for most da… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
4
1

Citation Types

0
10
0

Year Published

2014
2014
2024
2024

Publication Types

Select...
3
2
1

Relationship

0
6

Authors

Journals

citations
Cited by 9 publications
(10 citation statements)
references
References 32 publications
0
10
0
Order By: Relevance
“…PARALLELKRUSKAL pair in the WSPD to generate a graph from which an MST can be computed to obtain the EMST. However, it is not necessary to compute the BCCP for all pairs, as observed by Chatterjee et al [17]. Our implementation only computes the BCCP between a pair if their points are not yet connected in the spanning forest generated so far.…”
Section: Parallel Gfk Algorithm For Emstmentioning
confidence: 99%
See 4 more Smart Citations
“…PARALLELKRUSKAL pair in the WSPD to generate a graph from which an MST can be computed to obtain the EMST. However, it is not necessary to compute the BCCP for all pairs, as observed by Chatterjee et al [17]. Our implementation only computes the BCCP between a pair if their points are not yet connected in the spanning forest generated so far.…”
Section: Parallel Gfk Algorithm For Emstmentioning
confidence: 99%
“…Our implementation is inspired by a variant of Kruskal's algorithm, GeoFilterKruskal (GFK). This algorithm was used for sequential EMST by Chatterjee et al [17], and for MST in general graphs by Osipov et al [49]. It improves Kruskal's algorithm by avoiding the BCCP computation between pairs unless needed, and prioritizing BCCPs between pairs with smaller cardinalities, which are cheaper, with the goal of pruning more expensive BCCP computations.…”
Section: Parallel Gfk Algorithm For Emstmentioning
confidence: 99%
See 3 more Smart Citations