Problem 44793. Project Euler 249: Prime Subset Sums
Solution Stats
Problem Comments
-
2 Comments
Rafael S.T. Vieira
on 11 Aug 2020
The tip for this one is that It is possible to solve it within MATLAB's precision by using mod(x,10^16). No need for Java or Python (arbitrary-precision arithmetic).
GeeTwo
on 9 Jan 2023 at 12:58
At least those four lookup solutions inspired me to squeeze a bit harder to get down to 61.
Problem Recent Solvers18
Suggested Problems
-
Back to basics 3 - Temp Directory
358 Solvers
-
Back to basics 6 - Column Vector
1008 Solvers
-
Generate N equally spaced intervals between -L and L
798 Solvers
-
134 Solvers
-
374 Solvers
More from this Author4
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!