Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
s = 'hello'
c_correct = 86400;
assert(isequal(word_product(s),c_correct))
s =
hello
|
2 | Pass |
%%
s = 'Fantastic'
c_correct = 17236800;
assert(isequal(word_product(s),c_correct))
s =
Fantastic
|
Arrange Vector in descending order
1812 Solvers
Remove the two elements next to NaN value
311 Solvers
Matrix with different incremental runs
194 Solvers
402 Solvers
481 Solvers