1/29
Loading...
🤝What is Union-Find?
Union-Find is a data structure that quickly answers **"Are these two in the same group?"** Follow friend of friend of friend... to find the group representative (root)!
Loading...
Union-Find is a data structure that quickly answers **"Are these two in the same group?"** Follow friend of friend of friend... to find the group representative (root)!
Union-Find is a data structure that keeps track of a set of elements partitioned into a number of disjoint (non-overlapping) subsets.