Union Find

1 problem using this pattern

About this pattern:

A useful algorithmic pattern for solving coding problems efficiently.

Often used with: DFS Graph

Complexity Range

Time Complexity

O(V + E) (1 problem)

Space Complexity

O(V) (1 problem)

Problems Using Union Find

← Back to All Patterns