COP 4531: Lecture 24
Learning objectives
After this class, you should be able to:
- Given a sequence of disjoint set operation (
Make-set
,Union
, andFind-set
), show the resulting forest when using union by rank and path compression.
Reading assignment
- CLR: Sections 21.1, 21.3.
- None.
Exercises and review questions
- Questions on current lecture's material
- Exercise 21.3-1.
- Questions on next lecture's material
- None.