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
-
2065 Solvers
-
172 Solvers
-
Determine Whether an array is empty
731 Solvers
-
Rotate input square matrix 90 degrees CCW without rot90
449 Solvers
-
35 Solvers
More from this Author102
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!