Union Find
Largest Component Size by Common Factor
https://leetcode.com/problems/largest-component-size-by-common-factor/
Max Area of Island
https://leetcode.com/problems/max-area-of-island/
Solutions
- dfs
- bfs
- union find
https://leetcode.com/problems/largest-component-size-by-common-factor/
https://leetcode.com/problems/max-area-of-island/