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.
205 Solvers
Create a Multiplication table matrix...
226 Solvers
Given a 4x4 matrix, swap the two middle columns
299 Solvers
Simple equation: Annual salary
3407 Solvers
2126 Solvers