

Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
The implementation of disjoint sets data structure for grouping n distinct elements into collections. Operations like make-set, find-set, and union, and their efficient algorithms. The document also compares the performance of linked lists and rooted trees for representing sets. Based on the text 'introduction to algorithms' by cormen, leiserson, rivest, and stein.
Typology: Study notes
1 / 3
This page cannot be seen from the preview
Don't miss anything!


EE 360C — Algorithms Spring 2007
Adnan Aziz UT Austin
Based on CLRS, Ch 21. In several applications, need to group n distinct elements into a collection of disjoint sets.
Operations:
Lecture Data Structures for Disjoint Sets: 2
- m — the total number of make-set, union, and find-set operations Trivial implementation — linked lists