PROJECT EULER · #0105
Special Subset Sums: Testing
Let
; that is, sums of subsets cannot be equal.- If
contains more elements than then .
For example,
Using sets.txt (right click and "Save Link/Target As..."), a 4K text file with one-hundred sets containing seven to twelve elements (the two examples given above are the first two sets in the file), identify all the special sum sets,
NOTE: This problem is related to Problem 103 and Problem 106.
Write-up coming later
The complete problem is available here. An approach, code, and answer will be added later.