find the disjoint sets
Answers
Answered by
2
Answer:
A disjoint-set data structure is a data structure that keeps track of a set of elements partitioned into a number of disjoint (non-overlapping) subsets. A union-find algorithm is an algorithm that performs two useful operations on such a data structure: Find: Determine which subset a particular element is in.
Explanation:
hope you like that ans please mark me as brainliest also ok
Similar questions