Skip to main content

One doc tagged with "union-find"

View all tags

Week 18: Disjoint Set Union (Union-Find)

Master the Disjoint Set Union (DSU) data structure. Learn how to dynamically track connected components and optimize with Path Compression and Union by Rank in Java.