Module: Disjoint sets

Union-find, linked list representation, forest representation, finding connected components.

Learning Outcomes

Understand disjoint sets

Understand the principles and applications of disjoint sets.

Readings

Sets and union-find

Introduction to disjoint sets

Screencast Suthers 27 min

CLRS 21 - Data structures for disjoint sets

disjoint set operations, linked-list representation of disjoint sets, disjoint-set forests, analysis of union by rank with path compression

Textbook 25 pages

Notes on disjoint sets

Disjoint sets, finding connected components, linked list representations, and forest representations

Notes