change the signs of the even index entries of the reversed vector
example 1 vec = [4 -1 -2 9] ans = [9 2 -1 -4]
example2 vec = [-4 -1 -2 -9] ans = [-9 2 -1 4]
The test suite has been expanded.
Clever
Read a column of numbers and interpolate missing data
802 Solvers
340 Solvers
Back to basics 4 - Search Path
280 Solvers
Given a window, how many subsets of a vector sum positive
673 Solvers
303 Solvers