Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 1;
y = 1;
z_correct=1;
assert(isequal(Speed(x,y),z_correct))
|
2 | Pass |
x=4;
y=2;
z_correct=2;
assert(isequal(Speed(x,y),z_correct))
|
Given an unsigned integer x, find the largest y by rearranging the bits in x
781 Solvers
Project Euler: Problem 6, Natural numbers, squares and sums.
1018 Solvers
Find out missing number from a vector of 9 elements
245 Solvers
413 Solvers
154 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!