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 = round((1+rand)*10)/10;
tic; your_fcn_name(x); your_time=toc
y_correct = x;
assert(isequal(your_fcn_name(x),y_correct))
assert(your_time>x/2)
your_time =
1.9468
|
2236 Solvers
2111 Solvers
84 Solvers
Relative ratio of "1" in binary number
153 Solvers
168 Solvers