Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
x = [2,3,5];
y_correct = [2,2,3,3,5,5];
assert(isequal(duplicate(x),y_correct))
|
307 Solvers
Back to basics 19 - character types
189 Solvers
Implement simple rotation cypher
805 Solvers
Rotate input square matrix 90 degrees CCW without rot90
304 Solvers
211 Solvers