1991
DOI: 10.1145/116873.116878
|View full text |Cite
|
Sign up to set email alerts
|

Data structures and algorithms for disjoint set union problems

Abstract: This paper surveys algorithmic techniques and data structures that have been proposed tosolve thesetunion problem and its variants, Thediscovery of these data structures required anew set ofalgorithmic tools that have proved useful in other areas. Special attention is devoted to recent extensions of the original set union problem, and an attempt is made to provide a unifying theoretical framework for this growing body of algorithms.

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1
1
1

Citation Types

0
83
0

Year Published

1996
1996
2011
2011

Publication Types

Select...
4
3
3

Relationship

0
10

Authors

Journals

citations
Cited by 142 publications
(83 citation statements)
references
References 54 publications
(19 reference statements)
0
83
0
Order By: Relevance
“…The actual coding operations are also deferred until the encoded block is read. Thus, the star component becomes equivalent to a disjoint-set forest structure [18], where our (deferred) coding operation is equivalent to the path compression, see Figure 5. Note that reading a block will occur not only at the final decoding of a star component, but also on uploading to another peer, thus also initiating a path compression.…”
Section: Decodingmentioning
confidence: 99%
“…The actual coding operations are also deferred until the encoded block is read. Thus, the star component becomes equivalent to a disjoint-set forest structure [18], where our (deferred) coding operation is equivalent to the path compression, see Figure 5. Note that reading a block will occur not only at the final decoding of a star component, but also on uploading to another peer, thus also initiating a path compression.…”
Section: Decodingmentioning
confidence: 99%
“…The classical union-find (also referred to as disjoint-set-union) algorithm was introduced by Tarjan in the seventies [TvL84]. A classic survey on the topic is [GI91]. The algorithm solves the problem of maintaining a collection of disjoint sets under the operation of union.…”
Section: The Union-find Algorithmmentioning
confidence: 99%
“…Once all of the pixels have been added, the MSERs can be found as the components that satisfy the maximal stability criterion mentioned above. Since the typical disjoint-set data structure is not persistent [3], it is impossibly to recover the connected components that existed after a subset of the pixels had been added. Thus, at the termination of the algorithm, nothing is known about the MSERs other than a single pixel within the region and a boundary threshold, since all of the information characterizing the connected components has been lost.…”
Section: Maximally Stable Extremal Regionsmentioning
confidence: 99%