Give an example of disjoint sets!!
Answers
Answered by
6
Answer:
You have a set of elements S = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9}. Here you have 10 elements (N = 10 ).We can use an array Arr to manage the connectivity of elements. Arr[ ] indexed by elements of set, having size of N (as N elements in set) and can be used to manage the above operations.
Answered by
26
Hello
=> Disjoint Numbers are the sets whose intersection is the empty sets..
Example of disjoint set is (1 ,2, 3)
Similar questions