This solution is locked. To view this solution, you need to provide a solution of the same size or smaller.
Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
x =[3 4 5];
y_correct = 0;
assert(isequal(your_fcn_name(x),y_correct))
|
2 | Pass |
%%
x = [3 4 0];
y_correct = 1;
assert(isequal(your_fcn_name(x),y_correct))
|
1166 Solvers
Find the peak 3n+1 sequence value
790 Solvers
Make one big string out of two smaller strings
1070 Solvers
Relative ratio of "1" in binary number
150 Solvers
133 Solvers