Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = [1 2; 3 4];
y_correct = [3 1; 4 2];
assert(isequal(RotateMatrix(x),y_correct))
|
The Goldbach Conjecture, Part 2
964 Solvers
Find the sum of the elements in the "second" diagonal
880 Solvers
Return unique values without sorting
488 Solvers
middleAsColumn: Return all but first and last element as a column vector
317 Solvers
185 Solvers