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)
|
Find the sum of all the numbers of the input vector
25694 Solvers
Check to see if a Sudoku Puzzle is Solved
232 Solvers
Implement simple rotation cypher
806 Solvers
690 Solvers
Flip the vector from right to left
755 Solvers