Program to find all possible subsets of an array- hackerearth
Answers
Answered by
0
For example, say there are 2 arrays [1, 2] , [3, 4]. So while making Sets of subsets she will make subsets of both arrays with considering only same indexes. These will be the all possible sets of subsets while considering the same indexes of both the arrays.
Similar questions