This solution is outdated. To rescore this solution, sign in.
Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
n = 5;
a = [ 1 2 3 4 5;
10 9 8 7 6;
11 12 13 14 15;
20 19 18 17 16;
21 22 23 24 25];
assert(isequal(a,back_and_forth(n)));
|
All your base are belong to us
425 Solvers
Project Euler: Problem 10, Sum of Primes
555 Solvers
Find best placement for ordered dominoes (harder)
194 Solvers
Change the sign of even index entries of the reversed vector
212 Solvers
Create a two dimensional zero matrix
274 Solvers