reverse
ABSTRACT
Reverse the given vector
PARAMETERS
v | the vector to reverse |
RETURN
a vector of the same length as the input, but the order of elements are now reversed
DECLARATION
func reverse(v)
Reverse the given vector
v | the vector to reverse |
a vector of the same length as the input, but the order of elements are now reversed
func reverse(v)