Skip to content

Commit 557b6eb

Browse files
authored
Update Sum Over Subsets DP (SOS)
1 parent 7c21b44 commit 557b6eb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sum Over Subsets DP (SOS)

+1
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,4 @@ int32_t main()
5151
//Solution 5: https://p.ip.fi/UWaF
5252

5353
//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

Comments
 (0)