Nikhil-2002 / Programming_Hactoberfest23

10 stars 74 forks source link

Issue resolved of finding that arrays are disjoint or not #17

Closed Sam-bhav-20 closed 11 months ago

Sam-bhav-20 commented 11 months ago

fixed #10

Finding Arrays are Disjoint or Not using c++ language

Disjoint sets are when they don't have any common element so considering the both sets then combining the elements of both the sets if the size of setA + setB gonna equal to size of setC then they are going to be disjoint otherwise they are not.