sort

ABSTRACT

Sorts a given vector

PARAMETERS
vthe vector to sort
RETURN

the sorted vector

DECLARATION
func sort(v)