Project Euler 105 - Special Subset Sums: Testing
Project Euler 105 - Special Subset Sums: Testing
Official link: https://projecteuler.net/problem=105
Thought Process
Thought Process
After solving Problem 103 I just copied the exact is_special_sum_set function I made and 1.36 seconds later I had the answer.
I include the is_special_sum_set function I made below with some comments
Interactive Code
Interactive Code
No interactive code for this problem