We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c21b44 commit 557b6ebCopy full SHA for 557b6eb
Sum Over Subsets DP (SOS)
@@ -51,3 +51,4 @@ int32_t main()
51
//Solution 5: https://p.ip.fi/UWaF
52
53
//Question 6: http://codechef.com/problems/COVERING
54
+//Solution 6: (Iterating over submasks first, then bits) https://www.codechef.com/viewsolution/35740758
0 commit comments