2009 International Conference on Artificial Intelligence and Computational Intelligence 2009
DOI: 10.1109/aici.2009.155
|View full text |Cite
|
Sign up to set email alerts
|

The Application of Union-Find Sets in Kruskal Algorithm

Abstract: It is the key of Krusal Algorithm to select edges and judge loop. Though realized path-compression in operation of searching tree of Union-Find Sets Data Structure, and optimized merging-operation which the shallower tree has been merged into the deeper tree, the operation of selecting edges and judging loop in Krusal Algorithm is optimized and the time complexity of algorithm is reduced. Compared with the common way, the programming operation time of the new way has been reduced to some 1/10. Keywords-Kruskal… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1
1
1

Citation Types

0
4
0

Year Published

2011
2011
2021
2021

Publication Types

Select...
3
2
1

Relationship

0
6

Authors

Journals

citations
Cited by 8 publications
(4 citation statements)
references
References 0 publications
0
4
0
Order By: Relevance
“…This usually happens when there are targets at close distance. In order to ensure that each GC is associated with a single subset, we resort to the union find set (UFS) algorithm [37,38]. After application of UFS, a new decomposition is obtained for the GCs of the two sensors…”
Section: The Implementation Of the Proposed Algorithmmentioning
confidence: 99%
See 2 more Smart Citations
“…This usually happens when there are targets at close distance. In order to ensure that each GC is associated with a single subset, we resort to the union find set (UFS) algorithm [37,38]. After application of UFS, a new decomposition is obtained for the GCs of the two sensors…”
Section: The Implementation Of the Proposed Algorithmmentioning
confidence: 99%
“…Proof. Combining (28) with (38), we can derive the bound on v1,2 − v 1,2 1 . For convenience, the following shorthand nota-tion will be used (63)…”
Section: Appendixmentioning
confidence: 99%
See 1 more Smart Citation
“…Guttoski et al (2007) declared that comparing Kruskal's and Prim's algorithms, Kruskal's algorithm presents the most adequate way to build the final solution in the query optimization process, because when the most profitable joins are performed first, the joins that will be formed after are going to have their cost reduced, mainly joins between tables with high number of tuples. Pan et al (2009) used a tree structure called Union-find sets (UFS) used to deal with the issue of merging and inquiring of disjoint sets. UFS is used in Kruskal's algorithm to determine whether the selected edge has formed a loop with other identified edges.…”
Section: Related Workmentioning
confidence: 99%