You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bool solve(vector<int>& nums, int i, int x){ // All good also try to solve the GFG problem named as Subset Sum - https://www.geeksforgeeks.org/problems/subset-sums2234/1 solve here