Content deleted Content added
→External links: Small fix |
m Remove redundancy |
||
Line 1:
In [[computer science]], a '''disjoint-set data structure''' is a [[data structure]] that assigns each element in a set to one of a number of
* '''Find''': Determine which group a particular element is in.
* '''Union''': Combine two groups into a single group.
|