*smacks forehead* Recursion makes a lot of sense here. Wish I had thought of it...
Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
x = 77;
y_correct =4
assert(isequal(persistence(x),y_correct ))
y_correct =
4
|
2 | Pass |
%%
x = 976;
y_correct =5
assert(isequal(persistence(x),y_correct ))
y_correct =
5
|
3 | Pass |
%%
x =88869;
y_correct =7
assert(isequal(persistence(x),y_correct ))
y_correct =
7
|
7675 Solvers
All your base are belong to us
425 Solvers
Vectorize the digits of an Integer
236 Solvers
Create an index-powered vector
232 Solvers
1228 Solvers