Problem 42834. Integer complexity (Large numbers)
Solution Stats
Problem Comments
Solution Comments
-
2 Comments
Rafael S.T. Vieira
on 19 Sep 2020
I was obtaining 34 for 7e4 too, but it's not a problem of the test suite. It just means that your code is not testing all possible combinations (and there are probably other numbers that will fail too). There is no known algorithm to generate the list of integer complexity (https://oeis.org/A005245), which means brute force is the only way to be sure. And brute force finds 32 for 7e4.
Rafael S.T. Vieira
on 19 Sep 2020
It someone doesn't believe 7e4 = (1+1)*(1+1)*(1+1)*(1+1)*(1+ (1+1)*(1+1+1)*(1+1+1)*(1+1+1)*(1+1+1)*(1+1+1)*(1+1+1)*(1+1+1)) (32 ones). Or 2^4*(1 + 2*3^7).
Problem Recent Solvers17
Suggested Problems
-
1187 Solvers
-
107 Solvers
-
Arrange vector in ascending order
727 Solvers
-
323 Solvers
-
119 Solvers
More from this Author29
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!