Problem 44544. Normie Function (2)
Solution Stats
Problem Comments
-
1 Comment
Please add more tests to deter hardcoded solutions (see Solution 1472301).
Solution Comments
-
2 Comments
Great use of recursion. Unfortunately, this solution should fail the updated test suite due to performance (time out) for cases n>36;
Thanks for the tip off. By the way, it turns out that in the updated Test Suite there is an inherent imprecision (or 'tolerance') of about ±64 in the stated 'correct' result for n=70: see Solution 1528518. On the other hand, you could enforce exact solutions even for n=70 as suggested in Solution 1528517 (like Problem 44628). —DIV
-
2 Comments
In the code f(1), f(2) & f(3) are defined, but never used.
David Verrelli, yes, they are never used. I forgot to remove those lines. Thanks!
Problem Recent Solvers24
Suggested Problems
-
We love vectorized solutions. Problem 1 : remove the row average.
751 Solvers
-
1237 Solvers
-
ベクトル [1 2 3 4 5 6 7 8 9 10] の作成
434 Solvers
-
Write c^3 as sum of two squares a^2+b^2
308 Solvers
-
Product of all elements in an array
73 Solvers
More from this Author1
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!