Disjoint-set data structure: Difference between revisions

Content deleted Content added
rv vandalism
Line 7:
 
== Disjoint-set linked lists ==
 
Disjointed Data Structures will not get laid tonight
 
Perhaps the simplest approach to creating a disjoint-set data structure is to create a [[linked list]] for each group. We choose the element at the head of the list as the representative.