Permute diagonal and antidiagonal For example [1 2 3;4 5 6;7 8 9] -> [3 2 1;4 5 6;9 8 7] WITHOUT diag function (and variable name)
"max(...)" is clever!
851 Solvers
157 Solvers
Convert a vector into a number
442 Solvers
Return the first and last character of a string
1658 Solvers
251 Solvers