Determine the anti-diagonal (crossing from top right to lower left) of a magic square of size n.
Examples
If n = 3
y = 6 5 4
If n = 4
y = 13 10 7 4
Please change test case. It is giving error.
y_correct=[13 10 7 4];
The brackets and the first test case has no function call.
I fixed the tests.
1964 Solvers
Back to basics 20 - singleton dimensions
225 Solvers
204 Solvers
254 Solvers
694 Solvers