hello there
i was wondering how do i calculate the union and intesection from 2 arrays of set
lets say set A has { 1,2,3,4,5,0}
and B has { 2,3,4,5,6}
so the union of A and B would be {1,2,2,3,3,4,4,5,5,6,0}
and the intersection would be {2,3,4,5 }
thanksa lot!!
i was wondering how do i calculate the union and intesection from 2 arrays of set
lets say set A has { 1,2,3,4,5,0}
and B has { 2,3,4,5,6}
so the union of A and B would be {1,2,2,3,3,4,4,5,5,6,0}
and the intersection would be {2,3,4,5 }
thanksa lot!!