Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
n = 10;
flagSame = isequal(makeRandomOrdering(n), makeRandomOrdering(n));
flagAllUsed = isequal([1:n],sort(makeRandomOrdering(n)));
assert(~flagSame & flagAllUsed)
|
The Goldbach Conjecture, Part 2
1284 Solvers
Longest run of consecutive numbers
1651 Solvers
Celsius to Fahrenheit converter
388 Solvers
289 Solvers
306 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!