Arcesium Interview Question

In the test there was a question on subsets of array.

Interview Answer

Anonymous

Feb 1, 2021

Subsets need not always necessarily be formed. Sorting the array and considering the subsets worked well too.