Given an array, check if the array can be divided into two subsets such that the sum of elements of the two subsets is e
Posted: Wed Jul 13, 2022 7:40 pm
a) Dynamic programming
b) Recursion
c) Brute force
d) Dynamic programming, Recursion, Brute force
b) Recursion
c) Brute force
d) Dynamic programming, Recursion, Brute force