Skip to content

Commit

Permalink
Update Sum Over Subsets DP (SOS)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashishgup1 authored Nov 8, 2019
1 parent 20e56bc commit 03c35ca
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Sum Over Subsets DP (SOS)
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,7 @@ int32_t main()
}

//Question 1: https://codeforces.com/contest/383/problem/E
//Solution 1 (Inclusion Exclusion):
//Solution 1 (Inclusion Exclusion): https://codeforces.com/contest/383/submission/64540469

//Question 2: https://www.hackerrank.com/contests/w16/challenges/vim-war/problem
//Solution 2 (Number of subsets with bitwise OR = X): https://www.hackerrank.com/contests/w16/challenges/vim-war/submissions/code/1317547443

0 comments on commit 03c35ca

Please sign in to comment.