Open In App

Disjoint Set meaning and definition in DSA

Disjoint Set is a data structure that keeps track of a set of elements partitioned into a number of disjoint subsets and it is used to efficiently solve problems that involve grouping elements into sets and performing operations on them.

Characteristics of  the Disjoint Set:

How to identify a Disjoint set:

To identify a disjoint set look for the following points in the set:

Application of Disjoint set

What else can you read?

Article Tags :