Problem 55370. Easy Sequences 69: Radix Economy of Factorials
Solution Stats
Problem Comments
Solution Comments
-
4 Comments
Show
1 older comment
Ramon Villamangca
on 31 Aug 2022
Almost... This is in the right direction...
Ramy Salem
on 31 Aug 2022
@Ramon I don't know how to apply a recursive function to an array
Thus I am failing tests 6 and 7
Ramon Villamangca
on 31 Aug 2022
Hi Ramy,
Try to include the array as argument to your recursive call.
Ramy Salem
on 31 Aug 2022
Hey Ramon,
Found a work around for the array but I still fail test 7 because the factorial(1234) is just too big so I think my whole methodology is incorrect
Problem Recent Solvers4
Suggested Problems
-
82594 Solvers
-
554 Solvers
-
Matrix with different incremental runs
119 Solvers
-
Back to basics 20 - singleton dimensions
265 Solvers
-
Back to basics 21 - Matrix replicating
1260 Solvers
More from this Author104
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!